Skip to content

Commit

Permalink
add tar for preview
Browse files Browse the repository at this point in the history
  • Loading branch information
Paurikova2 committed Sep 12, 2024
1 parent 1a47fb1 commit 96dcbd6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { MetadataBitstream } from 'src/app/core/metadata/metadata-bitstream.mode
import { HALEndpointService } from '../../../../../core/shared/hal-endpoint.service';
import {Router} from '@angular/router';

const allowedPreviewFormats = ['text/plain', 'text/html', 'application/zip'];
const allowedPreviewFormats = ['text/plain', 'text/html', 'application/zip', 'application/x-tar'];
@Component({
selector: 'ds-file-description',
templateUrl: './file-description.component.html',
Expand Down

0 comments on commit 96dcbd6

Please sign in to comment.