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 () {