Merged PR 1874: Remi Add Item Dialog FLow

Related work items: #5135
This commit is contained in:
Lorenz Hilpert
2025-06-25 13:45:25 +00:00
committed by Nino Righi
parent f34f2164fc
commit 26fd5cb389
13 changed files with 837 additions and 461 deletions

View File

@@ -90,7 +90,7 @@ export const ReturnTaskListStore = signalStore(
* @param error - The error that occurred during the fetch operation
*/
fetchError(id: number, error: unknown) {
logService.error('Error fetching task list items', error);
logService.error('Error fetching task list items', error as Error);
patchState(
store,
updateEntity({