fix(admin-pwa): fix location saving and dashboard refresh delay
This commit is contained in:
@@ -246,6 +246,8 @@ export default function MobileEventFormPage() {
|
||||
},
|
||||
});
|
||||
const nextSlug = resolveEventSlugAfterUpdate(slug, updated);
|
||||
await queryClient.invalidateQueries({ queryKey: ['tenant-events'] });
|
||||
void refetch();
|
||||
navigate(adminPath(`/mobile/events/${nextSlug}`));
|
||||
} else {
|
||||
const payload = {
|
||||
|
||||
Reference in New Issue
Block a user