mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-05-18 20:45:24 +00:00
skeleton user / group admin dialogs [WIP]
This commit is contained in:
@@ -44,6 +44,9 @@ export class SelectComponent extends AbstractInputComponent<number> {
|
||||
@Input()
|
||||
placeholder: string
|
||||
|
||||
@Input()
|
||||
multiple: boolean = false
|
||||
|
||||
@Output()
|
||||
createNew = new EventEmitter<string>()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user