Skip to content

Commit

Permalink
[MI-3835] Minor line addition
Browse files Browse the repository at this point in the history
  • Loading branch information
ayusht2810 committed Dec 13, 2023
1 parent bd45fc8 commit 35cc5a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webapp/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ const App = ({registry, store}:{registry: PluginRegistry, store: Store<GlobalSta
src={iconUrl}
style={{filter: 'grayscale(1)'}}
/>, () => store.dispatch(toggleRHSPlugin), null, pluginTitle);

if (registry.registerAppBarComponent) {
registry.registerAppBarComponent(iconUrl, () => store.dispatch(toggleRHSPlugin), pluginTitle);
}
Expand Down

0 comments on commit 35cc5a0

Please sign in to comment.