1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-19 09:43:23 +00:00

[PM-2135] fix: remove unecessary directive input

This commit is contained in:
Andreas Coroiu
2023-05-05 16:16:50 +02:00
parent cdd801165d
commit 371ee33776

View File

@@ -12,14 +12,7 @@
<button type="submit" bitButton bitFormButton buttonType="primary">
{{ confirmButtonText | i18n }}
</button>
<button
type="button"
bitButton
bitFormButton
buttonType="secondary"
bitDialogClose
[bit-dialog-close]=""
>
<button type="button" bitButton bitFormButton buttonType="secondary" bitDialogClose>
{{ "cancel" | i18n }}
</button>
</ng-container>