refactor: set false

This commit is contained in:
Net 2024-09-06 11:16:05 +07:00
parent 53ae34aaa8
commit 9cc6917522

View file

@ -705,7 +705,7 @@ watch(
},
);
const emptyCreateDialog = ref(true);
const emptyCreateDialog = ref(false);
</script>
<template>