Create fields widget (#16403)
https://github.com/user-attachments/assets/b150815a-5d54-4d4a-b984-20dcf7b29aa7
This commit is contained in:
committed by
GitHub
parent
7b98804ec1
commit
fd54a2af5c
+1
-1
@@ -1,7 +1,7 @@
|
||||
import { PENDING_WIDGET_PLACEHOLDER_LAYOUT_KEY } from '@/page-layout/constants/PendingWidgetPlaceholderLayoutKey';
|
||||
import { type GridLayoutItem } from '@/page-layout/types/GridLayoutItem';
|
||||
import { type PageLayoutWidget } from '@/page-layout/types/PageLayoutWidget';
|
||||
import { isDefined } from 'twenty-shared/utils';
|
||||
import { type PageLayoutWidget } from '~/generated/graphql';
|
||||
|
||||
export const prepareGridLayoutItemsWithPlaceholders = (
|
||||
widgets: PageLayoutWidget[] | undefined,
|
||||
|
||||
Reference in New Issue
Block a user