mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	Fix: import dnd module for merge confirm dialog (#8727)
This commit is contained in:
		| @@ -1,4 +1,8 @@ | |||||||
| import { CdkDragDrop, moveItemInArray } from '@angular/cdk/drag-drop' | import { | ||||||
|  |   CdkDragDrop, | ||||||
|  |   DragDropModule, | ||||||
|  |   moveItemInArray, | ||||||
|  | } from '@angular/cdk/drag-drop' | ||||||
| import { Component, OnInit } from '@angular/core' | import { Component, OnInit } from '@angular/core' | ||||||
| import { FormsModule, ReactiveFormsModule } from '@angular/forms' | import { FormsModule, ReactiveFormsModule } from '@angular/forms' | ||||||
| import { NgbActiveModal } from '@ng-bootstrap/ng-bootstrap' | import { NgbActiveModal } from '@ng-bootstrap/ng-bootstrap' | ||||||
| @@ -13,7 +17,12 @@ import { ConfirmDialogComponent } from '../confirm-dialog.component' | |||||||
|   selector: 'pngx-merge-confirm-dialog', |   selector: 'pngx-merge-confirm-dialog', | ||||||
|   templateUrl: './merge-confirm-dialog.component.html', |   templateUrl: './merge-confirm-dialog.component.html', | ||||||
|   styleUrl: './merge-confirm-dialog.component.scss', |   styleUrl: './merge-confirm-dialog.component.scss', | ||||||
|   imports: [FormsModule, ReactiveFormsModule, NgxBootstrapIconsModule], |   imports: [ | ||||||
|  |     DragDropModule, | ||||||
|  |     FormsModule, | ||||||
|  |     ReactiveFormsModule, | ||||||
|  |     NgxBootstrapIconsModule, | ||||||
|  |   ], | ||||||
| }) | }) | ||||||
| export class MergeConfirmDialogComponent | export class MergeConfirmDialogComponent | ||||||
|   extends ConfirmDialogComponent |   extends ConfirmDialogComponent | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 shamoon
					shamoon