From 7e00b4d71b2988ecc809890d473b90de17c193f4 Mon Sep 17 00:00:00 2001 From: Andreas Knuth Date: Fri, 6 Feb 2026 19:22:14 -0600 Subject: [PATCH] xcvxcv --- .../subscription/account/account.component.ts | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/bizmatch/src/app/pages/subscription/account/account.component.ts b/bizmatch/src/app/pages/subscription/account/account.component.ts index 1e62cfc..be5f71b 100644 --- a/bizmatch/src/app/pages/subscription/account/account.component.ts +++ b/bizmatch/src/app/pages/subscription/account/account.component.ts @@ -47,19 +47,7 @@ import { TOOLBAR_OPTIONS } from '../../utils/defaults'; ], providers: [ TitleCasePipe, - DatePipe, - provideQuillConfig({ - modules: { - syntax: true, - toolbar: [ - ['bold', 'italic', 'underline'], - [{ header: [1, 2, 3, false] }], - [{ list: 'ordered' }, { list: 'bullet' }], - [{ color: [] }], - ['clean'], - ], - }, - }) as any, + DatePipe ], templateUrl: './account.component.html', styleUrls: [ @@ -77,9 +65,6 @@ export class AccountComponent { editorModules = TOOLBAR_OPTIONS; env = environment; faTrash = APP_ICONS.faTrash; - quillModules = { - toolbar: [['bold', 'italic', 'underline', 'strike'], [{ list: 'ordered' }, { list: 'bullet' }], [{ header: [1, 2, 3, 4, 5, 6, false] }], [{ color: [] }, { background: [] }], ['clean']], - }; uploadParams: UploadParams; validationMessages: ValidationMessage[] = []; customerTypeOptions: Array<{ value: string; label: string }> = [];