Skip to content

Commit

Permalink
add config of plugin (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
LaviniaStiliadou authored Nov 10, 2023
1 parent 11a5b23 commit 5194d47
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ export function getConfigTabs() {

// load the config tabs of the active plugins into one array
for (let plugin of getActivePlugins()) {
if (plugin.configTabs && checkEnabledStatus(plugin.name)) {
if (plugin.configTabs) {
configTabs = configTabs.concat(plugin.configTabs);
}
}
Expand Down

0 comments on commit 5194d47

Please sign in to comment.