Skip to content

Commit

Permalink
fixed disabled view system permission.
Browse files Browse the repository at this point in the history
  • Loading branch information
Morgul committed Dec 11, 2024
1 parent 26e538f commit 2fbba26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/pages/settingsPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
};

// Check to see if we have permissions to see disabled systems.
if(authMan.hasPerm('Systems/ViewDisabled'))
if(authMan.hasPerm('Systems/viewDisabled'))
{
systemFilterOptions.unshift({ text: 'Disabled (Unusable)', value: 'disabled' });
}
Expand Down

0 comments on commit 2fbba26

Please sign in to comment.