AI Implementation feature(897): Admin Area General Settings and Categories 1.15 (#37)
This commit was merged in pull request #37.
This commit is contained in:
@@ -64,7 +64,7 @@ export function syncCategoryForm(
|
||||
template: `
|
||||
@if (open()) {
|
||||
<div class="modal-backdrop" data-testid="cat-form-backdrop" (click)="onCancel()">
|
||||
<form class="modal" (click)="$event.stopPropagation()" (submit)="$event.preventDefault()" data-testid="cat-form-modal">
|
||||
<form class="modal" [formGroup]="form" (click)="$event.stopPropagation()" (submit)="$event.preventDefault()" data-testid="cat-form-modal">
|
||||
<h3>{{ mode() === 'create' ? 'Add category' : 'Edit category' }}</h3>
|
||||
|
||||
<div class="row">
|
||||
|
||||
Reference in New Issue
Block a user