Fix: Select customer could not edit or create a customer.

This commit is contained in:
2026-09-04 09:59:29 +00:00
parent 11b93cb11c
commit 221fadfdfc
9 changed files with 21 additions and 20 deletions
@@ -10,7 +10,7 @@
</div>
</form>
</mat-dialog-content>
<mat-dialog-actions align="end">
<mat-dialog-actions>
<button mat-button [mat-dialog-close]="false">Cancel</button>
<button type="button" mat-button (click)="accept()" color="primary">Ok</button>
</mat-dialog-actions>