help in dev-mode and upload report type removal
This commit is contained in:
parent
6bd8e2794d
commit
23c66148e7
@ -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">
|
||||
|
||||
@ -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" />
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user