mirror of
https://github.com/langgenius/dify.git
synced 2026-05-09 21:28:25 +08:00
fix: add aria-label
This commit is contained in:
parent
62f6350b99
commit
156d9d8de2
@ -48,6 +48,7 @@ export function SelectTrigger({
|
||||
? (
|
||||
<span
|
||||
role="button"
|
||||
aria-label="Clear selection"
|
||||
tabIndex={-1}
|
||||
className="ml-1 shrink-0 cursor-pointer text-text-quaternary hover:text-text-secondary"
|
||||
onClick={(e) => {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user