From 466216dd4f767d2b1d703c7add69e721663698d3 Mon Sep 17 00:00:00 2001 From: JettTech Date: Sun, 15 Sep 2024 16:38:32 -0500 Subject: [PATCH 1/2] set host pref default - categories --- src/components/modals/GlobalHostingPlanModal.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/modals/GlobalHostingPlanModal.vue b/src/components/modals/GlobalHostingPlanModal.vue index 845d8de..93406b6 100644 --- a/src/components/modals/GlobalHostingPlanModal.vue +++ b/src/components/modals/GlobalHostingPlanModal.vue @@ -258,6 +258,10 @@ async function setDefaultHostPreferences(): Promise { value: [], criteria_type: ECriteriaType.exclude, }); + preferencesStore.updateHostingCategories({ + value: [], + criteria_type: ECriteriaType.exclude, + }) await preferencesStore.setDefaultPreferences(); } catch (e) { isError.value = true From 5edb4e26653ebda744d2f2c9331a780487589066 Mon Sep 17 00:00:00 2001 From: JettTech Date: Sun, 15 Sep 2024 16:38:55 -0500 Subject: [PATCH 2/2] bump ui-common-lib --- ui-common-library | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui-common-library b/ui-common-library index a0cddfa..b5d98c3 160000 --- a/ui-common-library +++ b/ui-common-library @@ -1 +1 @@ -Subproject commit a0cddfa1bf94cbbf03e757168cc1c7263c9c3f0c +Subproject commit b5d98c3a20079b5a5e9bcc7ae5e3c9dae727b4c1