mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-09 00:05:21 +01:00
Remove standalone
This commit is contained in:
parent
53f7f25b11
commit
94d3de37f9
2 changed files with 0 additions and 2 deletions
|
|
@ -22,7 +22,6 @@ import { ConfirmDialogComponent } from '../confirm-dialog/confirm-dialog.compone
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'pngx-share-bundle-dialog',
|
selector: 'pngx-share-bundle-dialog',
|
||||||
templateUrl: './share-bundle-dialog.component.html',
|
templateUrl: './share-bundle-dialog.component.html',
|
||||||
standalone: true,
|
|
||||||
imports: [
|
imports: [
|
||||||
CommonModule,
|
CommonModule,
|
||||||
ReactiveFormsModule,
|
ReactiveFormsModule,
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,6 @@ import { LoadingComponentWithPermissions } from '../../loading-component/loading
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'pngx-share-bundle-manage-dialog',
|
selector: 'pngx-share-bundle-manage-dialog',
|
||||||
templateUrl: './share-bundle-manage-dialog.component.html',
|
templateUrl: './share-bundle-manage-dialog.component.html',
|
||||||
standalone: true,
|
|
||||||
imports: [CommonModule, NgxBootstrapIconsModule, FileSizePipe],
|
imports: [CommonModule, NgxBootstrapIconsModule, FileSizePipe],
|
||||||
})
|
})
|
||||||
export class ShareBundleManageDialogComponent
|
export class ShareBundleManageDialogComponent
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue