Skip to content

Commit 8df0b02

Browse files
committed
Fix aria label issues
1 parent a23c3e8 commit 8df0b02

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/common/components/TextInput/TextInput.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ export const TextInput = (props: TextInputProps) => {
1515
extensions: extensions,
1616
editorProps: {
1717
attributes: {
18-
"aria-label": "Add a spark",
1918
class: "p-4 min-h-full block w-full bg-white border border-blue-300 rounded-lg text-sm focus:border-blue-500 focus:ring-blue-500 disabled:opacity-50 disabled:pointer-events-none dark:bg-neutral-900 dark:border-neutral-700 dark:text-neutral-400 dark:placeholder-neutral-500 dark:focus:ring-neutral-600",
2019
},
2120
handleKeyDown: (view, event) => {

0 commit comments

Comments
 (0)