Fix tabler icons load (#10782)
As per https://github.com/tabler/tabler-icons/issues/1233#issuecomment-2428245119
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
import {
|
||||
IconComponent,
|
||||
Icon24Hours,
|
||||
IconTimeDuration60,
|
||||
IconClockPlay,
|
||||
IconComponent,
|
||||
IconHours24,
|
||||
IconTimeDuration60,
|
||||
} from 'twenty-ui';
|
||||
|
||||
export type CronTriggerInterval = 'HOURS' | 'MINUTES' | 'CUSTOM';
|
||||
@ -15,7 +15,7 @@ export const CRON_TRIGGER_INTERVAL_OPTIONS: Array<{
|
||||
{
|
||||
label: 'Hours',
|
||||
value: 'HOURS',
|
||||
Icon: Icon24Hours,
|
||||
Icon: IconHours24,
|
||||
},
|
||||
{
|
||||
label: 'Minutes',
|
||||
|
||||
@ -93,7 +93,7 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery =
|
||||
id: "8047b613-2dc9-4d77-bccc-8a3f54ba3fd4",
|
||||
type: "BOOLEAN",
|
||||
name: "isFullDay",
|
||||
icon: "Icon24Hours",
|
||||
icon: "IconHours24",
|
||||
isCustom: false,
|
||||
isActive: true,
|
||||
isSystem: false,
|
||||
|
||||
Reference in New Issue
Block a user