fix archive field reactivity for new collection (#17862)

This commit is contained in:
Azri Kahar
2023-03-22 06:57:10 +08:00
committed by GitHub
parent 7b256e769c
commit 46c1666607

View File

@@ -385,7 +385,7 @@ export default defineComponent({
},
});
archiveField.value = 'status';
archiveField.value = systemFields.status.name;
archiveValue.value = 'archived';
unarchiveValue.value = 'draft';
}