mirror of
https://github.com/grafana/grafana.git
synced 2024-11-28 03:34:15 -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,
|
||||
calcs: [],
|
||||
}}
|
||||
panelId={1}
|
||||
timeZone="browser"
|
||||
/>
|
||||
);
|
||||
|
@ -199,6 +199,7 @@ describe('GraphNG utils', () => {
|
||||
eventBus: new EventBusSrv(),
|
||||
sync: DashboardCursorSync.Tooltip,
|
||||
allFrames: [frame!],
|
||||
panelId: 1,
|
||||
}).getConfig();
|
||||
expect(result).toMatchSnapshot();
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user