Skip to content

Commit

Permalink
Fix a whoopsie
Browse files Browse the repository at this point in the history
  • Loading branch information
ebiggz committed Nov 21, 2024
1 parent 0df41c8 commit 63c061f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/app/directives/sidebar/sidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@

ctrl.isViewerDBOn = settingsService.getViewerDB;

ctrl.extensionPages = uiExtensionsService.extensions.map(e => e.pages).flat();
ctrl.extensionPages = () => uiExtensionsService.extensions.map(e => e.pages).flat();

ctrl.showConnectionPanelModal = function() {
utilityService.showModal({
Expand Down

0 comments on commit 63c061f

Please sign in to comment.