Fix tabler icons load (#10782)
As per https://github.com/tabler/tabler-icons/issues/1233#issuecomment-2428245119
This commit is contained in:
@ -57,7 +57,7 @@ export class CalendarEventWorkspaceEntity extends BaseWorkspaceEntity {
|
||||
type: FieldMetadataType.BOOLEAN,
|
||||
label: msg`Is Full Day`,
|
||||
description: msg`Is Full Day`,
|
||||
icon: 'Icon24Hours',
|
||||
icon: 'IconHours24',
|
||||
defaultValue: false,
|
||||
})
|
||||
isFullDay: boolean;
|
||||
|
||||
Reference in New Issue
Block a user