refactor: Fix label prop

This commit is contained in:
Aman Harwara
2021-10-04 20:25:09 +05:30
parent f233c87b0f
commit 1c62d36c1a

View File

@@ -147,7 +147,7 @@ export const Defaults: FunctionComponent<Props> = ({ application }) => {
<div className="mt-2">
<Dropdown
id="def-editor-dropdown"
srLabel="Select the default editor"
label="Select the default editor"
items={editorItems}
defaultValue={defaultEditorValue}
onChange={setDefaultEditor}