mirror of
https://github.com/valitydev/control-center.git
synced 2024-11-06 10:35:18 +00:00
Fix create revert dialog title (#36)
This commit is contained in:
parent
5f119b9b5a
commit
5cdec72bcc
@ -1,5 +1,5 @@
|
|||||||
<form *ngIf="form" [formGroup]="form" fxLayout="column" fxLayoutGap="32px">
|
<form *ngIf="form" [formGroup]="form" fxLayout="column" fxLayoutGap="32px">
|
||||||
<h1 class="mat-headline">Create deposit</h1>
|
<h1 class="mat-headline">Create revert</h1>
|
||||||
<mat-dialog-content fxLayout="column" fxLayoutGap="16px">
|
<mat-dialog-content fxLayout="column" fxLayoutGap="16px">
|
||||||
<div fxLayout fxLayoutGap="24px">
|
<div fxLayout fxLayoutGap="24px">
|
||||||
<mat-form-field fxFlex>
|
<mat-form-field fxFlex>
|
||||||
|
Loading…
Reference in New Issue
Block a user