Skip to content

Commit 9b679c7

Browse files
Add aria-hidden to spacer div in UNIQ column
Agent-Logs-Url: https://github.com/yash-pouranik/urBackend/sessions/45ff42a9-22a8-472e-af6c-e9ece3b747a0 Co-authored-by: yash-pouranik <172860064+yash-pouranik@users.noreply.github.com>
1 parent eec5ce5 commit 9b679c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/web-dashboard/src/pages/CreateCollection.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ function FieldRow({ field, index, depth, collections, onChange, onRemove }) {
188188
}}
189189
/>
190190
) : (
191-
<div />
191+
<div aria-hidden="true" />
192192
)}
193193
</div>
194194

0 commit comments

Comments
 (0)