Skip to content

Commit 4125248

Browse files
authored
Remove aria-description
1 parent 7666aee commit 4125248

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

resources/scripts/components/server/Console.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,6 @@ export default () => {
223223
type={'text'}
224224
placeholder={'Type a command...'}
225225
aria-label={'Console command input.'}
226-
aria-description={'Type a command and press enter to send to server.'}
227226
disabled={!instance || !connected}
228227
onKeyDown={handleCommandKeyDown}
229228
/>

0 commit comments

Comments
 (0)