mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 23:03:32 +00:00
Add type=button to stories (#12930)
This commit is contained in:
@@ -16,6 +16,7 @@ import { DialogModule } from "../../dialog.module";
|
||||
<h2>{{ group.title }}</h2>
|
||||
<div class="tw-mb-4 tw-flex tw-flex-row tw-gap-2">
|
||||
<button
|
||||
type="button"
|
||||
*ngFor="let dialog of group.dialogs"
|
||||
bitButton
|
||||
(click)="openSimpleConfigurableDialog(dialog)"
|
||||
|
||||
Reference in New Issue
Block a user