We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 455fe81 commit 74c6428Copy full SHA for 74c6428
1 file changed
routes/dashboard/widget-dashboard/context/dashboard-context.tsx
@@ -354,14 +354,14 @@ export function WidgetDashboardProvider( {
354
setStagingLayout( next.layout );
355
setStagingGridSettings( next.gridSettings );
356
onLayoutChange( canonicalize( next.layout ) );
357
- onGridSettingsChange?.( next.gridSettings );
+ publishCommittedGridSettings?.( next.gridSettings );
358
onEditChange?.( false );
359
},
360
[
361
stagingLayout,
362
stagingGridSettings,
363
onLayoutChange,
364
- onGridSettingsChange,
+ publishCommittedGridSettings,
365
onEditChange,
366
]
367
);
0 commit comments