mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-01-28 07:58:03 +01:00
a simple dialog that selects tags/correspondents/types
This commit is contained in:
parent
4b0027797a
commit
63a58ccc38
5 changed files with 77 additions and 1 deletions
|
|
@ -48,6 +48,7 @@ import { WidgetFrameComponent } from './components/dashboard/widgets/widget-fram
|
|||
import { WelcomeWidgetComponent } from './components/dashboard/widgets/welcome-widget/welcome-widget.component';
|
||||
import { YesNoPipe } from './pipes/yes-no.pipe';
|
||||
import { FileSizePipe } from './pipes/file-size.pipe';
|
||||
import { SelectDialogComponent } from './components/common/select-dialog/select-dialog.component';
|
||||
|
||||
@NgModule({
|
||||
declarations: [
|
||||
|
|
@ -88,7 +89,8 @@ import { FileSizePipe } from './pipes/file-size.pipe';
|
|||
WidgetFrameComponent,
|
||||
WelcomeWidgetComponent,
|
||||
YesNoPipe,
|
||||
FileSizePipe
|
||||
FileSizePipe,
|
||||
SelectDialogComponent
|
||||
],
|
||||
imports: [
|
||||
BrowserModule,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue