mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
refactor: remove cancel button from schedule task dialog actions
This commit is contained in:
parent
c29a05fa1c
commit
9b3b65183d
1 changed files with 0 additions and 8 deletions
|
|
@ -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()"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue