mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-21 05:56:40 +01:00
Addresses #99 entirely.
This commit is contained in:
parent
dfd844124d
commit
3f05fe45bb
9 changed files with 104 additions and 33 deletions
|
|
@ -1,6 +1,5 @@
|
|||
import { Component, forwardRef, Input, OnInit } from '@angular/core';
|
||||
import { ControlValueAccessor, NG_VALUE_ACCESSOR } from '@angular/forms';
|
||||
import { v4 as uuidv4 } from 'uuid';
|
||||
import { Component, forwardRef } from '@angular/core';
|
||||
import { NG_VALUE_ACCESSOR } from '@angular/forms';
|
||||
import { AbstractInputComponent } from '../abstract-input';
|
||||
|
||||
@Component({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue