File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/app/submission/sections/upload/file/view Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ import { WorkspaceitemSectionUploadFileObject } from '../../../../../core/submis
1818import { isNotEmpty } from '../../../../../shared/empty.util' ;
1919import { TruncatePipe } from '../../../../../shared/utils/truncate.pipe' ;
2020import { SubmissionSectionUploadAccessConditionsComponent } from '../../accessConditions/submission-section-upload-access-conditions.component' ;
21- import { FileSizePipe } from " ../../../../../shared/utils/file-size-pipe" ;
21+ import { FileSizePipe } from ' ../../../../../shared/utils/file-size-pipe' ;
2222
2323/**
2424 * This component allow to show bitstream's metadata
@@ -32,8 +32,8 @@ import { FileSizePipe } from "../../../../../shared/utils/file-size-pipe";
3232 TruncatePipe ,
3333 NgIf ,
3434 NgForOf ,
35- FileSizePipe
36- ] ,
35+ FileSizePipe ,
36+ ] ,
3737 standalone : true ,
3838} )
3939export class SubmissionSectionUploadFileViewComponent implements OnInit {
You can’t perform that action at this time.
0 commit comments