Skip to content

Commit

Permalink
fix: 🐛 fix TypeScript errors
Browse files Browse the repository at this point in the history
  • Loading branch information
streamich committed Mar 11, 2020
1 parent 1879039 commit fb44226
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@

export * from './action_factory_definition';
export * from './action_factory';
export * from './action_factory_service';
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const FlyoutManageDrilldowns = createFlyoutManageDrilldowns({
return [dashboardFactory, urlFactory];
},
},
},
} as any,
storage: new Storage(new StubBrowserStorage()),
});

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const FlyoutManageDrilldowns = createFlyoutManageDrilldowns({
return [dashboardFactory, urlFactory];
},
},
},
} as any,
storage,
});

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export function createFlyoutManageDrilldowns({
storage: IStorageWrapper;
}) {
// This is ok to assume this is static,
// because all action factories should be registerd in setup phase
// because all action factories should be registered in setup phase
const allActionFactories = advancedUiActions.actionFactory.getAll();

return (props: ConnectedFlyoutManageDrilldownsProps) => {
Expand Down

0 comments on commit fb44226

Please sign in to comment.