Skip to content

Commit

Permalink
fix rollup page name
Browse files Browse the repository at this point in the history
  • Loading branch information
alisonelizabeth committed Mar 28, 2022
1 parent f5b9b27 commit a89c2c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/rollup/public/application.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const AppWithExecutionContext = ({
}) => {
useExecutionContext(executionContext, {
type: 'application',
page: 'remoteClusters',
page: 'rollup',
});

return <App history={history} />;
Expand Down

0 comments on commit a89c2c2

Please sign in to comment.