diff --git a/app/components/IconPicker/index.tsx b/app/components/IconPicker/index.tsx index 531187d786..00459e5c40 100644 --- a/app/components/IconPicker/index.tsx +++ b/app/components/IconPicker/index.tsx @@ -107,7 +107,6 @@ const IconPicker = ({ const handleIconChange = React.useCallback( (ic: string) => { - setOpen(false); const icType = determineIconType(ic); const finalColor = icType === IconType.SVG ? chosenColor : null; onChange(ic, finalColor);