mirror of
https://github.com/directus/directus.git
synced 2026-01-26 06:28:00 -05:00
refresh current user for Save and Stay action (#17925)
This commit is contained in:
@@ -397,6 +397,7 @@ export default defineComponent({
|
||||
try {
|
||||
const savedItem: Record<string, any> = await save();
|
||||
await setLang(savedItem);
|
||||
await refreshCurrentUser();
|
||||
|
||||
revisionsDrawerDetail.value?.refresh?.();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user