Merge branch 'develop' into feature/react-admin

This commit is contained in:
Matthew Penner 2021-01-06 22:47:06 -07:00
commit 545cc3bbd2
2 changed files with 8 additions and 1 deletions

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