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 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