help in dev-mode and upload report type removal

This commit is contained in:
Timo Bejan 2021-08-23 09:16:10 +03:00
parent 6bd8e2794d
commit 23c66148e7
2 changed files with 2 additions and 9 deletions

View File

@ -1,5 +1,4 @@
<!--Disabled HelpMode for release-->
<!--<redaction-help-mode></redaction-help-mode>-->
<redaction-help-mode *ngIf="userPreferenceService.areDevFeaturesEnabled"></redaction-help-mode>
<div class="red-top-bar">
<div class="top-bar-row">

View File

@ -85,10 +85,4 @@
</div>
</section>
<input
#fileInput
(change)="uploadTemplate($event)"
hidden
type="file"
accept="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet,application/vnd.openxmlformats-officedocument.wordprocessingml.document"
/>
<input #fileInput (change)="uploadTemplate($event)" hidden type="file" />