perubahan icon back
This commit is contained in:
parent
2b1f6c0cfe
commit
f81dc7bf66
|
@ -261,7 +261,8 @@
|
|||
"
|
||||
(click)="cancel()"
|
||||
>
|
||||
<i class="feather ft-x"></i>
|
||||
<i *ngIf="mode === 'edit'" class="feather ft-x"></i>
|
||||
<i *ngIf="mode === 'view'" class="la la-arrow-left"></i>
|
||||
{{ mode === "edit" ? "Cancel" : "Back" }}
|
||||
</button>
|
||||
<button
|
||||
|
|
Loading…
Reference in New Issue