mirror of
https://github.com/apache/superset.git
synced 2026-04-26 03:24:53 +00:00
chore: Removes icon warnings from tests (#23054)
This commit is contained in:
committed by
GitHub
parent
d3d59ee0ae
commit
49aa9b4ca8
@@ -511,9 +511,9 @@ const AsyncSelect = forwardRef(
|
||||
suffixIcon={getSuffixIcon(isLoading, showSearch, isDropdownVisible)}
|
||||
menuItemSelectedIcon={
|
||||
invertSelection ? (
|
||||
<StyledStopOutlined iconSize="m" />
|
||||
<StyledStopOutlined iconSize="m" aria-label="stop" />
|
||||
) : (
|
||||
<StyledCheckOutlined iconSize="m" />
|
||||
<StyledCheckOutlined iconSize="m" aria-label="check" />
|
||||
)
|
||||
}
|
||||
oneLine={oneLine}
|
||||
|
||||
Reference in New Issue
Block a user