You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, I have this prop for the top buttons in the dialog: topButtonsProps: [ { buttonType: ButtonType.default, keyType: 'Save', iconProps: { iconName: 'Save', }, text: 'Save', primary: true, type: 'submit', }, ],
All it shows is the icon at the moment.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, I have this prop for the top buttons in the dialog:
topButtonsProps: [ { buttonType: ButtonType.default, keyType: 'Save', iconProps: { iconName: 'Save', }, text: 'Save', primary: true, type: 'submit', }, ],
All it shows is the icon at the moment.
Beta Was this translation helpful? Give feedback.
All reactions