Compare commits

...

1 Commits

Author SHA1 Message Date
vaidankarswapnil
fe4a1ff656 Fixed a11y cassandra new table textarea issue 2022-02-01 13:03:15 +05:30

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