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:
@@ -12,14 +12,7 @@
|
|||||||
<button type="submit" bitButton bitFormButton buttonType="primary">
|
<button type="submit" bitButton bitFormButton buttonType="primary">
|
||||||
{{ confirmButtonText | i18n }}
|
{{ confirmButtonText | i18n }}
|
||||||
</button>
|
</button>
|
||||||
<button
|
<button type="button" bitButton bitFormButton buttonType="secondary" bitDialogClose>
|
||||||
type="button"
|
|
||||||
bitButton
|
|
||||||
bitFormButton
|
|
||||||
buttonType="secondary"
|
|
||||||
bitDialogClose
|
|
||||||
[bit-dialog-close]=""
|
|
||||||
>
|
|
||||||
{{ "cancel" | i18n }}
|
{{ "cancel" | i18n }}
|
||||||
</button>
|
</button>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
|
|||||||
Reference in New Issue
Block a user