+1
-1
@@ -1,4 +1,4 @@
|
||||
<kendo-dialog title="Add New User" (close)="onCancel()" [minWidth]="460" [width]="500">
|
||||
<kendo-dialog title="Add New User" (close)="onCancel()" [width]="500" [maxWidth]="'95vw'" [maxHeight]="'90vh'">
|
||||
<form [formGroup]="form" class="k-form k-form-vertical k-p-2">
|
||||
<div class="grid grid-cols-1 gap-y-3">
|
||||
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
<kendo-dialog title="Edit User" (close)="onCancel()" [minWidth]="460" [width]="500">
|
||||
<kendo-dialog title="Edit User" (close)="onCancel()" [width]="500" [maxWidth]="'95vw'" [maxHeight]="'90vh'">
|
||||
<form [formGroup]="form" class="k-form k-form-vertical k-p-2">
|
||||
<div class="grid grid-cols-1 gap-y-3">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user