File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
angular/projects/spark-angular/src/lib/components/sprk-dropdown
react/src/components/dropdown Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ export const defaultStory = () => ({
43
43
moduleMetadata : modules ,
44
44
template : `
45
45
<sprk-dropdown
46
- screenReaderText="Description of default dropdown. "
46
+ screenReaderText="Description of default dropdown"
47
47
heading="My Choices"
48
48
triggerIconName="settings"
49
49
triggerAdditionalClasses="sprk-b-Link--plain"
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ export const informational = () => (
71
71
variant = "secondary"
72
72
additionalClasses = "sprk-c-Button--compact"
73
73
onClick = { ( ) => {
74
- console . log ( 'Clicked! ' ) ;
74
+ console . log ( 'Clicked' ) ;
75
75
} }
76
76
>
77
77
Go Elsewhere
You can’t perform that action at this time.
0 commit comments