mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-21 06:59:09 +00:00
fix: prevent nesting groups
This commit is contained in:
committed by
Carlos Valente
parent
9ab54edbf5
commit
524721002a
@@ -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],
|
||||
|
||||
Reference in New Issue
Block a user