arialabel has been changed according to react attributes (#1548)

This commit is contained in:
MokireddySampath
2023-09-27 20:46:04 +05:30
committed by GitHub
parent cbc722031c
commit d15feb3478

View File

@@ -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)}
/> />