Fix typecheck errors

pull/41033/head
Zoltán Bedi 4 years ago
parent a8f198130c
commit 737c8ea8c1
  1. 1
      packages/grafana-ui/src/components/GraphNG/GraphNG.story.internal.tsx
  2. 1
      packages/grafana-ui/src/components/GraphNG/utils.test.ts

@ -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…
Cancel
Save