Merge pull request #10921 from opf/bug/43115-remove-second-redirect-button-in-storageinformationbox

[#43115] Remove second redirect button in StorageInformationBox
feature/43118-access-project-dropdown-entries-via-arrow-keys
Andreas Pfohl 2 years ago committed by GitHub
commit dbb442b9a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      frontend/src/app/shared/components/file-links/file-link-list/file-link-list.component.ts

@ -242,12 +242,6 @@ export class FileLinkListComponent extends UntilDestroyedMixin implements OnInit
window.open(this.storageLocation, '_blank');
},
),
new StorageActionButton(
this.text.infoBox.emptyStorageButton,
() => {
window.open(this.storageLocation, '_blank');
},
),
]);
this.showInformationBox$.next(true);

Loading…
Cancel
Save