We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7666aee commit 4125248Copy full SHA for 4125248
resources/scripts/components/server/Console.tsx
@@ -223,7 +223,6 @@ export default () => {
223
type={'text'}
224
placeholder={'Type a command...'}
225
aria-label={'Console command input.'}
226
- aria-description={'Type a command and press enter to send to server.'}
227
disabled={!instance || !connected}
228
onKeyDown={handleCommandKeyDown}
229
/>
0 commit comments