Skip to content

Commit

Permalink
fix: πŸ› fix TypeScript error
Browse files Browse the repository at this point in the history
  • Loading branch information
streamich committed Mar 13, 2020
1 parent f85e79d commit de6735e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ storiesOf('components/FlyoutDrilldownWizard', module)
drilldownActionFactories={[urlFactory, dashboardFactory]}
initialDrilldownWizardConfig={{
name: 'My fancy drilldown',
actionFactory: urlFactory,
actionFactory: urlFactory as any,
actionConfig: {
url: 'https://elastic.co',
openInNewTab: true,
Expand Down

0 comments on commit de6735e

Please sign in to comment.