Remove aria-description
This commit is contained in:
parent
7666aee1c7
commit
4125248b1b
1 changed files with 0 additions and 1 deletions
|
@ -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}
|
||||
/>
|
||||
|
|
Loading…
Reference in a new issue