File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -162,7 +162,6 @@ export default class RichTextPropertyPane extends React.Component<IRichTextPrope
162
162
< div className = { styles . propertyPaneGroupField } >
163
163
< Dropdown label = { strings . FontStyleTitle }
164
164
ariaLabel = { strings . FontStyleTitle }
165
- defaultSelectedKey = { 0 }
166
165
selectedKey = { selectedHeader }
167
166
options = { [
168
167
{ key : 0 , text : strings . HeaderNormalText } ,
@@ -188,7 +187,6 @@ export default class RichTextPropertyPane extends React.Component<IRichTextPrope
188
187
< div className = { styles . propertyPaneGroupField } >
189
188
< Dropdown label = { strings . FontSizeTitle }
190
189
ariaLabel = { strings . FontSizeTitle }
191
- defaultSelectedKey = { 'large' }
192
190
selectedKey = { selectedSize }
193
191
options = { [
194
192
{ key : 'small' , text : '12' } ,
You can’t perform that action at this time.
0 commit comments