diff --git a/web/explorer/src/components/SettingsPanel.vue b/web/explorer/src/components/SettingsPanel.vue index 94c0fefda..9dddd2f0f 100644 --- a/web/explorer/src/components/SettingsPanel.vue +++ b/web/explorer/src/components/SettingsPanel.vue @@ -16,13 +16,14 @@ v-model="showLibraryRules" inputId="showLibraryRules" :binary="true" - :disabled="showNamespaceChart" + :disabled="showNamespaceChart || libraryRuleMatchesCount === 0" />