refactor: remove cancel button from schedule task dialog actions

This commit is contained in:
Ivan Kalashnikov 2026-01-20 12:47:32 +07:00
parent c29a05fa1c
commit 9b3b65183d

View file

@ -92,14 +92,6 @@
</mat-dialog-content>
<mat-dialog-actions align="end">
<button
color="primary"
mat-button
type="button"
(click)="close()"
>
{{ T.G.CANCEL | translate }}
</button>
@if (data.task && (data.task.dueWithTime || plannedDayForTask)) {
<button
(click)="remove()"