Skip to content

Commit

Permalink
Fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
CoenWarmer committed Mar 24, 2023
1 parent a3bed2f commit 96066f3
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ export function useActions({

const href = createExploratoryViewUrl(
{ reportType, allSeries: attributes },
http?.basePath.get(),
appId
http?.basePath.get()
);

const routePath = createExploratoryViewRoutePath({ reportType, allSeries: attributes });
Expand Down

0 comments on commit 96066f3

Please sign in to comment.