mirror of
https://github.com/directus/directus.git
synced 2026-02-15 18:35:02 -05:00
fix revision detail refresh for "Save and Stay" (#7987)
This commit is contained in:
@@ -388,7 +388,7 @@ export default defineComponent({
|
||||
const savedItem: Record<string, any> = await save();
|
||||
await setLang(savedItem);
|
||||
|
||||
revisionsDrawerDetail.value?.$data?.refresh?.();
|
||||
revisionsDrawerDetail.value?.refresh?.();
|
||||
|
||||
if (props.primaryKey === '+') {
|
||||
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
|
||||
|
||||
Reference in New Issue
Block a user