1
0

Changing the bitstream title in the submission form to use the view component title, avoiding disappearance with changes to the form

This commit is contained in:
DanGastardelli
2024-10-01 17:15:53 -03:00
parent 3d057bb1b2
commit fec4aa6df1
3 changed files with 7 additions and 5 deletions

View File

@@ -18,7 +18,7 @@
</div>
<div class="col-md-10">
<div class="float-left w-75">
<h3>{{fileName}} <span class="text-muted">({{fileData?.sizeBytes | dsFileSize}})</span></h3>
<ds-submission-section-upload-file-view [fileData]="fileData"></ds-submission-section-upload-file-view>
</div>
<div class="float-right w-15">
<ng-container>
@@ -43,7 +43,6 @@
</ng-container>
</div>
<div class="clearfix"></div>
<ds-submission-section-upload-file-view [fileData]="fileData"></ds-submission-section-upload-file-view>
</div>
</div>
</ng-container>