mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-17 16:37:43 +00:00
fix: dialog confirm error
This commit is contained in:
parent
1c29176f22
commit
e8f1498f10
1 changed files with 2 additions and 2 deletions
|
|
@ -22,7 +22,7 @@
|
|||
class="btn btn-primary"
|
||||
mat-button
|
||||
type="button"
|
||||
(keydown.ArrowRight)="focusNextButton(confirmButton())"
|
||||
(keydown.ArrowRight)="focusNextButton(confirmButton)"
|
||||
>
|
||||
<mat-icon>close</mat-icon>
|
||||
{{ data.cancelTxt || T.G.CANCEL | translate }}
|
||||
|
|
@ -37,7 +37,7 @@
|
|||
color="primary"
|
||||
type="button"
|
||||
mat-stroked-button
|
||||
(keydown.ArrowLeft)="focusNextButton(cancelButton())"
|
||||
(keydown.ArrowLeft)="focusNextButton(cancelButton)"
|
||||
>
|
||||
<mat-icon>check</mat-icon>
|
||||
{{ data.okTxt || T.G.OK | translate }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue