mirror of
https://github.com/directus/directus.git
synced 2026-01-23 10:18:03 -05:00
fix archive field reactivity for new collection (#17862)
This commit is contained in:
@@ -385,7 +385,7 @@ export default defineComponent({
|
||||
},
|
||||
});
|
||||
|
||||
archiveField.value = 'status';
|
||||
archiveField.value = systemFields.status.name;
|
||||
archiveValue.value = 'archived';
|
||||
unarchiveValue.value = 'draft';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user