merge developer to feature/viewer-attachment

This commit is contained in:
Peter Maquiran
2024-02-16 11:07:52 +01:00
4 changed files with 14 additions and 12 deletions
@@ -42,7 +42,7 @@ const CUSTOM_DATE_FORMATS: NgxMatDateFormats = {
}
const MySchema = z.object({
const createProcessFromFileSchema = z.object({
applicationId: z.any(),
docId: z.any(),
});
@@ -141,7 +141,7 @@ export class ExpedientTaskModalPage implements OnInit {
if(this.createProcessFromFile) {
try {
MySchema.parse({
createProcessFromFileSchema.parse({
applicationId: this.aplicationId,
docId: this.docId
});