mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-31 09:37:15 +01:00
committed by
Nino Righi
parent
f34f2164fc
commit
26fd5cb389
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user