arialabel has been changed according to react attributes (#1548)
This commit is contained in:
parent
cbc722031c
commit
d15feb3478
|
@ -307,7 +307,7 @@ export const CassandraAddCollectionPane: FunctionComponent<CassandraAddCollectio
|
||||||
multiline
|
multiline
|
||||||
id="editor-area"
|
id="editor-area"
|
||||||
rows={5}
|
rows={5}
|
||||||
aria-label="Table Schema"
|
ariaLabel="Table schema"
|
||||||
value={userTableQuery}
|
value={userTableQuery}
|
||||||
onChange={(e, newValue) => setUserTableQuery(newValue)}
|
onChange={(e, newValue) => setUserTableQuery(newValue)}
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in New Issue