From 8ca88d94d5e47c7ed3a67f51e301dbfd8c5f4273 Mon Sep 17 00:00:00 2001 From: Soufiane Fariss Date: Fri, 16 Aug 2024 14:14:20 +0200 Subject: [PATCH] disable show lib rules button if none --- web/explorer/src/components/SettingsPanel.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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" />