Skip to content

Commit

Permalink
trigger listWidgetOptions to call get-configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
stephdl committed Aug 8, 2023
1 parent c5d1cd8 commit 63d86ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/views/Settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,7 @@ export default {
this.loading.configureModule = false;
// reload configuration
this.getConfiguration();
this.listWidgetOptions();
},
},
};
Expand Down

0 comments on commit 63d86ec

Please sign in to comment.