From b0d189c3ed5c20526ccddbc72e2cbceb45173401 Mon Sep 17 00:00:00 2001 From: Nicolas Vazquez Date: Mon, 20 Feb 2023 05:56:28 -0300 Subject: [PATCH] UI: Fix domain admins cannot create service offerings (#7261) --- ui/src/views/offering/AddComputeOffering.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/src/views/offering/AddComputeOffering.vue b/ui/src/views/offering/AddComputeOffering.vue index 2f749f9e4e0..ae8e07e652b 100644 --- a/ui/src/views/offering/AddComputeOffering.vue +++ b/ui/src/views/offering/AddComputeOffering.vue @@ -683,6 +683,7 @@ export default { this.initForm() this.fetchData() this.isPublic = isAdmin() + this.form.ispublic = this.isPublic }, methods: { initForm () {