Fix moving a widget to another tab (#19450)
https://github.com/user-attachments/assets/aac81e79-7f2f-4a34-bf68-c76061086821 --------- Co-authored-by: Weiko <corentin@twenty.com>
This commit is contained in:
committed by
GitHub
parent
1e908e5f0f
commit
16e145b036
@@ -5493,6 +5493,7 @@ export type UpdatePageLayoutWidgetInput = {
|
||||
configuration?: InputMaybe<Scalars['JSON']>;
|
||||
gridPosition?: InputMaybe<GridPositionInput>;
|
||||
objectMetadataId?: InputMaybe<Scalars['UUID']>;
|
||||
pageLayoutTabId?: InputMaybe<Scalars['UUID']>;
|
||||
position?: InputMaybe<Scalars['JSON']>;
|
||||
title?: InputMaybe<Scalars['String']>;
|
||||
type?: InputMaybe<WidgetType>;
|
||||
|
||||
Reference in New Issue
Block a user