mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-06 14:55:07 +01:00
Enhancement: confirm buttons (#5680)
This commit is contained in:
parent
b643a68fa3
commit
6487dab132
15 changed files with 368 additions and 278 deletions
|
|
@ -112,6 +112,7 @@ import { SwitchComponent } from './components/common/input/switch/switch.compone
|
|||
import { ConfigComponent } from './components/admin/config/config.component'
|
||||
import { FileComponent } from './components/common/input/file/file.component'
|
||||
import { NgxBootstrapIconsModule } from 'ngx-bootstrap-icons'
|
||||
import { ConfirmButtonComponent } from './components/common/confirm-button/confirm-button.component'
|
||||
import {
|
||||
archive,
|
||||
arrowCounterclockwise,
|
||||
|
|
@ -439,6 +440,7 @@ function initializeApp(settings: SettingsService) {
|
|||
SwitchComponent,
|
||||
ConfigComponent,
|
||||
FileComponent,
|
||||
ConfirmButtonComponent,
|
||||
],
|
||||
imports: [
|
||||
BrowserModule,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue