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

@@ -84,7 +84,7 @@ export class PrintButtonComponent {
directPrint: this.directPrint(),
});
} catch (error) {
this.#logger.error('Print operation failed', { error });
this.#logger.error('Print operation failed', error as Error);
}
this.printing.set(false);
}