File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
src/app/features/file-processor Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 49
49
{
50
50
"type" : " initial" ,
51
51
"maximumWarning" : " 2mb" ,
52
- "maximumError" : " 2mb "
52
+ "maximumError" : " 2.01mb "
53
53
},
54
54
{
55
55
"type" : " anyComponentStyle" ,
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ import { ResponseData } from '../../../common/interface';
12
12
13
13
const POLLING_DELAY_IN_MILLISECONDS = 5000 ;
14
14
@Component ( {
15
- selector : 'app-file-processor' ,
16
- templateUrl : './file-processor.component.html' ,
17
- styleUrls : [ './file-processor.component.scss' ] ,
18
- standalone : false
15
+ selector : 'app-file-processor' ,
16
+ templateUrl : './file-processor.component.html' ,
17
+ styleUrls : [ './file-processor.component.scss' ] ,
18
+ standalone : false ,
19
19
} )
20
20
export class FileProcessorComponent implements OnInit , OnDestroy {
21
21
jobDetails : JobDetails [ ] = [ ] ;
You can’t perform that action at this time.
0 commit comments