diff --git a/frontend/src/components/ListSelector.vue b/frontend/src/components/ListSelector.vue index ca759a92..7bc52d1f 100644 --- a/frontend/src/components/ListSelector.vue +++ b/frontend/src/components/ListSelector.vue @@ -5,7 +5,7 @@ {{ l.name }} {{ l.subscriptionStatus }} @@ -21,7 +21,7 @@ :placeholder="placeholder" clearable dropdown-position="top" - :disabled="all.length === 0" + :disabled="all.length === 0 || $props.disabled" :keep-first="true" :clear-on-select="true" :open-on-focus="true" diff --git a/frontend/src/views/Campaign.vue b/frontend/src/views/Campaign.vue index 80a451d9..369e69cc 100644 --- a/frontend/src/views/Campaign.vue +++ b/frontend/src/views/Campaign.vue @@ -135,7 +135,8 @@ + placeholder='[{"X-Custom": "value"}, {"X-Custom2": "value"}]' + :disabled="!canEdit" />