mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Fix group detail collapse on save and stay action (#23099)
* Fix group detail collapse on save and stay action * Fix format * Use watch once setting instead of variable * Add changeset --------- Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
This commit is contained in:
5
.changeset/neat-pumas-ring.md
Normal file
5
.changeset/neat-pumas-ring.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@directus/app': patch
|
||||
---
|
||||
|
||||
Fixed an issue that would cause detail groups to be collapsed on save and stay
|
||||
@@ -43,6 +43,7 @@ watch(
|
||||
(newVal) => {
|
||||
if (!newVal) detailOpen.value = props.start === 'open';
|
||||
},
|
||||
{ once: true },
|
||||
);
|
||||
|
||||
const edited = computed(() => {
|
||||
|
||||
Reference in New Issue
Block a user