Skip to content

Commit 466245e

Browse files
luizhf42gustavosbarreto
authored andcommitted
refactor(ui): fix admin's NamespaceEdit model value required
1 parent 46ef2d1 commit 466245e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/admin/src/components/Namespace/NamespaceEdit.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ const emit = defineEmits(["update"]);
5757
const snackbar = useSnackbar();
5858
const namespacesStore = useNamespacesStore();
5959
const adminNamespacesStore = useAdminNamespacesStore();
60-
const showDialog = defineModel<boolean>({ default: false });
60+
const showDialog = defineModel<boolean>({ required: true });
6161
6262
const {
6363
value: name,

0 commit comments

Comments
 (0)