Merge pull request #10471 from opf/bug/41712-redundant-heading-in-file-section-(files-+-attachments)

[#41712] Redundant heading in file section (files + attachments)
pull/10477/head
Eric Schubert 3 years ago committed by GitHub
commit 7180a8f7c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      frontend/src/app/features/work-packages/components/wp-single-view-tabs/files-tab/op-files-tab.html

@ -1,5 +1,6 @@
<div class="work-packages--attachments-container">
<div class="attributes-group--header">
<!-- The condition below will get replaced when implementing #41905. -->
<div *ngIf="false" class="attributes-group--header">
<div class="attributes-group--header-container">
<h3 class="attributes-group--header-text" [textContent]="text.attachments.label"></h3>
</div>

Loading…
Cancel
Save