Skip to content

Commit 5aba3c5

Browse files
authored
Merge pull request #3385 from ProgrammeVitam/story-15307-cc-remove-ng2-file-upload
Story #15307: Clean code - remove unused ng2-file-upload
2 parents cc531a1 + ccdc606 commit 5aba3c5

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

ui/ui-frontend/projects/pastis/src/app/app.component.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
display: flex;
99
font-size: 15px;
1010
font-family: Mulish;
11+
z-index: 2; // To have header over sidenav in pastis standalone
1112
}
1213
.separator {
1314
margin-top: 100px;

ui/ui-frontend/projects/pastis/src/app/profile/list-profile/list-profile.component.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,8 @@ <h5>{{ 'APPLICATION.PASTIS_APP.TITLE' | translate }}</h5>
2929
<input
3030
#fileInput
3131
(change)="uploadProfile($event.target.files)"
32-
[uploader]="uploader"
3332
accept=".json, .rng"
3433
class="buttons"
35-
ng2FileSelect
3634
style="display: none"
3735
type="file"
3836
/>

ui/ui-frontend/projects/pastis/src/app/shared/pastis-popup-option/pastis-popup-option.component.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
(change)="uploadProfile($event.target.files)"
1515
accept=".json, .rng"
1616
class="buttons"
17-
ng2FileSelect
1817
style="display: none"
1918
type="file"
2019
/>

0 commit comments

Comments
 (0)