Fixed a11y cassandra new table textarea issue

This commit is contained in:
vaidankarswapnil
2022-02-01 13:03:15 +05:30
parent b7f0548cca
commit fe4a1ff656

View File

@@ -306,7 +306,7 @@ export const CassandraAddCollectionPane: FunctionComponent<CassandraAddCollectio
multiline
id="editor-area"
rows={5}
aria-label="Table Schema"
ariaLabel="Table Schema"
value={userTableQuery}
onChange={(e, newValue) => setUserTableQuery(newValue)}
/>