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

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