]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Remove standalone
authorshamoon <4887959+shamoon@users.noreply.github.com>
Wed, 5 Nov 2025 21:48:46 +0000 (13:48 -0800)
committershamoon <4887959+shamoon@users.noreply.github.com>
Wed, 5 Nov 2025 21:48:46 +0000 (13:48 -0800)
src-ui/src/app/components/common/share-bundle-dialog/share-bundle-dialog.component.ts
src-ui/src/app/components/common/share-bundle-manage-dialog/share-bundle-manage-dialog.component.ts

index 67efe8281c5ed2ce9e63d2c0f093e5a07bd11ce5..484f5af15eb0e5c4c3993b922134f0cc3cd302ce 100644 (file)
@@ -22,7 +22,6 @@ import { ConfirmDialogComponent } from '../confirm-dialog/confirm-dialog.compone
 @Component({
   selector: 'pngx-share-bundle-dialog',
   templateUrl: './share-bundle-dialog.component.html',
-  standalone: true,
   imports: [
     CommonModule,
     ReactiveFormsModule,
index 4a61c92628513af963bd9092c187eed3ca0e2fdc..e431ea280b97420b708f2421933b398f82a3b6e2 100644 (file)
@@ -20,7 +20,6 @@ import { LoadingComponentWithPermissions } from '../../loading-component/loading
 @Component({
   selector: 'pngx-share-bundle-manage-dialog',
   templateUrl: './share-bundle-manage-dialog.component.html',
-  standalone: true,
   imports: [CommonModule, NgxBootstrapIconsModule, FileSizePipe],
 })
 export class ShareBundleManageDialogComponent