mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-15 11:07:00 +01:00
lint frontend
This commit is contained in:
parent
551a7e606c
commit
5bf5710d39
23 changed files with 90 additions and 100 deletions
|
|
@ -1,6 +1,5 @@
|
|||
import { HttpEventType } from '@angular/common/http'
|
||||
import { Component, OnInit } from '@angular/core'
|
||||
import { FileSystemFileEntry, NgxFileDropEntry } from 'ngx-file-drop'
|
||||
import { Component } from '@angular/core'
|
||||
import { NgxFileDropEntry } from 'ngx-file-drop'
|
||||
import {
|
||||
ConsumerStatusService,
|
||||
FileStatus,
|
||||
|
|
@ -15,7 +14,7 @@ const MAX_ALERTS = 5
|
|||
templateUrl: './upload-file-widget.component.html',
|
||||
styleUrls: ['./upload-file-widget.component.scss'],
|
||||
})
|
||||
export class UploadFileWidgetComponent implements OnInit {
|
||||
export class UploadFileWidgetComponent {
|
||||
alertsExpanded = false
|
||||
|
||||
constructor(
|
||||
|
|
@ -109,8 +108,6 @@ export class UploadFileWidgetComponent implements OnInit {
|
|||
this.consumerStatusService.dismissCompleted()
|
||||
}
|
||||
|
||||
ngOnInit(): void {}
|
||||
|
||||
public fileOver(event) {}
|
||||
|
||||
public fileLeave(event) {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue