Skip to content

Commit

Permalink
Fix mock dashboard API
Browse files Browse the repository at this point in the history
  • Loading branch information
Heenawter committed Mar 3, 2025
1 parent daea05f commit ef62a86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/grid_example/public/use_mock_dashboard_api.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export const useMockDashboardApi = ({
[newId]: {
type: panelPackage.panelType,
gridData: {
row: 0,
row: 'first',
x: 0,
y: 0,
w: DEFAULT_PANEL_WIDTH,
Expand Down

0 comments on commit ef62a86

Please sign in to comment.