From f4ed29550022a64e637ae8f37b89e7b608cfcffa Mon Sep 17 00:00:00 2001 From: Alex ORLUC <alex.orluc@maarch.org> Date: Wed, 25 Nov 2020 18:04:39 +0100 Subject: [PATCH] FIX #14568 TIME 0:05 fix init --- src/frontend/app/indexation/indexation.component.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/frontend/app/indexation/indexation.component.ts b/src/frontend/app/indexation/indexation.component.ts index e1610cf416..27f51b0903 100644 --- a/src/frontend/app/indexation/indexation.component.ts +++ b/src/frontend/app/indexation/indexation.component.ts @@ -48,6 +48,7 @@ export class IndexationComponent implements OnInit { this.menu.enable(true, 'left-menu'); this.menu.enable(true, 'right-menu'); + this.filesToUpload = []; this.signaturesService.initTemplate(this.rightContent, this.viewContainerRef, 'rightContent'); if (window.history.state.documentId !== undefined) { -- GitLab