fix: prevent nesting groups

This commit is contained in:
Carlos Valente
2025-07-27 17:05:15 +02:00
committed by Carlos Valente
parent 9ab54edbf5
commit 524721002a
4 changed files with 33 additions and 14 deletions
@@ -693,6 +693,7 @@ export const useEntryActions = () => {
await reorderEntryMutation(reorderObject);
} catch (error) {
logAxiosError('Error re-ordering event', error);
throw error; // rethrow to handle in the component
}
},
[reorderEntryMutation],