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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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