diff --git a/bizmatch/src/app/pages/subscription/account/account.component.html b/bizmatch/src/app/pages/subscription/account/account.component.html index 67152f2..b2c2d65 100644 --- a/bizmatch/src/app/pages/subscription/account/account.component.html +++ b/bizmatch/src/app/pages/subscription/account/account.component.html @@ -129,26 +129,19 @@ mask="(000) 000-0000"> - - - -
+ + -
+ -->

diff --git a/bizmatch/src/app/pages/subscription/account/account.component.ts b/bizmatch/src/app/pages/subscription/account/account.component.ts index 1e62cfc..3a201c1 100644 --- a/bizmatch/src/app/pages/subscription/account/account.component.ts +++ b/bizmatch/src/app/pages/subscription/account/account.component.ts @@ -34,13 +34,13 @@ import { TOOLBAR_OPTIONS } from '../../utils/defaults'; standalone: true, imports: [ SharedModule, - QuillModule, + //QuillModule, NgSelectModule, ConfirmationComponent, ImageCropAndUploadComponent, ValidatedInputComponent, ValidatedSelectComponent, - ValidatedQuillComponent, + //ValidatedQuillComponent, TooltipComponent, ValidatedCountyComponent, ValidatedLocationComponent, @@ -48,7 +48,7 @@ import { TOOLBAR_OPTIONS } from '../../utils/defaults'; providers: [ TitleCasePipe, DatePipe, - provideQuillConfig({ +/* provideQuillConfig({ modules: { syntax: true, toolbar: [ @@ -59,12 +59,12 @@ import { TOOLBAR_OPTIONS } from '../../utils/defaults'; ['clean'], ], }, - }) as any, + }) as any, */ ], templateUrl: './account.component.html', styleUrls: [ './account.component.scss', - '../../../../../node_modules/quill/dist/quill.snow.css' + // '../../../../../node_modules/quill/dist/quill.snow.css' ], }) export class AccountComponent {