Skip to content

Commit cbd1f82

Browse files
authored
Merge pull request #19 from Microsoft/typo-fix
Fix 'toggled'->'toggle' @input typo in base-button
2 parents 5f4d795 + 5e58ab7 commit cbd1f82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/fabric/src/lib/components/button/base-button.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export abstract class FabBaseButtonComponent extends ReactWrapperComponent<IButt
4949
@Input()
5050
secondaryText?: IButtonProps['secondaryText'];
5151
@Input()
52-
toggled?: IButtonProps['toggle'];
52+
toggle?: IButtonProps['toggle'];
5353
@Input()
5454
data?: IButtonProps['data'];
5555
@Input()

0 commit comments

Comments
 (0)