Remove aria-description

This commit is contained in:
Oreo Oreoniv 2021-01-05 13:54:41 +03:00 committed by GitHub
parent 7666aee1c7
commit 4125248b1b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -223,7 +223,6 @@ export default () => {
type={'text'}
placeholder={'Type a command...'}
aria-label={'Console command input.'}
aria-description={'Type a command and press enter to send to server.'}
disabled={!instance || !connected}
onKeyDown={handleCommandKeyDown}
/>