Fixed not being able to change color picker format

Resolves #610
This commit is contained in:
Donkie
2025-03-18 21:09:19 +01:00
parent 6f01f372d6
commit 3d1bb70913

View File

@@ -169,7 +169,7 @@ export const FilamentEdit: React.FC<IResourceComponentsProps> = () => {
return e?.toHex(); return e?.toHex();
}} }}
> >
<ColorPicker format="hex" /> <ColorPicker />
</Form.Item> </Form.Item>
)} )}
{colorType == "multi" && ( {colorType == "multi" && (