mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-07 23:35:22 +01:00
Fix code style
This commit is contained in:
parent
36158609f0
commit
7f5a3ca1a3
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ import { PaperlessTag } from 'src/app/data/paperless-tag'
|
|||
import { TagService } from 'src/app/services/rest/tag.service'
|
||||
import { ToastService } from 'src/app/services/toast.service'
|
||||
import { randomColor } from 'src/app/utils/color'
|
||||
import {DEFAULT_MATCHING_ALGORITHM} from "../../../../data/matching-model";
|
||||
import { DEFAULT_MATCHING_ALGORITHM } from 'src/app/data/matching-model'
|
||||
|
||||
@Component({
|
||||
selector: 'app-tag-edit-dialog',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue