mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Fix typecheck errors
This commit is contained in:
parent
a8f198130c
commit
737c8ea8c1
@ -62,6 +62,7 @@ export const Lines: Story<StoryProps> = ({ placement, unit, legendDisplayMode, .
|
|||||||
placement: placement,
|
placement: placement,
|
||||||
calcs: [],
|
calcs: [],
|
||||||
}}
|
}}
|
||||||
|
panelId={1}
|
||||||
timeZone="browser"
|
timeZone="browser"
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
|
@ -199,6 +199,7 @@ describe('GraphNG utils', () => {
|
|||||||
eventBus: new EventBusSrv(),
|
eventBus: new EventBusSrv(),
|
||||||
sync: DashboardCursorSync.Tooltip,
|
sync: DashboardCursorSync.Tooltip,
|
||||||
allFrames: [frame!],
|
allFrames: [frame!],
|
||||||
|
panelId: 1,
|
||||||
}).getConfig();
|
}).getConfig();
|
||||||
expect(result).toMatchSnapshot();
|
expect(result).toMatchSnapshot();
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user