refactor: Fix label prop
This commit is contained in:
@@ -147,7 +147,7 @@ export const Defaults: FunctionComponent<Props> = ({ application }) => {
|
|||||||
<div className="mt-2">
|
<div className="mt-2">
|
||||||
<Dropdown
|
<Dropdown
|
||||||
id="def-editor-dropdown"
|
id="def-editor-dropdown"
|
||||||
srLabel="Select the default editor"
|
label="Select the default editor"
|
||||||
items={editorItems}
|
items={editorItems}
|
||||||
defaultValue={defaultEditorValue}
|
defaultValue={defaultEditorValue}
|
||||||
onChange={setDefaultEditor}
|
onChange={setDefaultEditor}
|
||||||
|
|||||||
Reference in New Issue
Block a user