🚸 Skip validation if __ENV.js file does not exist
This commit is contained in:
@@ -108,6 +108,7 @@ export const IconPicker = ({ onIconSelected }: Props) => {
|
||||
placeholder="Search..."
|
||||
onChange={searchIcon}
|
||||
withVariableButton={false}
|
||||
debounceTimeout={300}
|
||||
/>
|
||||
<ColorPicker value={selectedColor} onColorChange={updateColor} />
|
||||
</HStack>
|
||||
|
||||
Reference in New Issue
Block a user