Skip to content

Commit

Permalink
fix (simpleangularcontrols#119): ConfirmDialog has no name for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjenni committed Aug 2, 2024
1 parent a52698d commit 072db3e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<sac-dialog
name="confirmDialog"
[(isvisible)]="isvisible"
[title]="title"
[allowesc]="false"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<sac-dialog
name="confirmDialog"
[(isvisible)]="isvisible"
[title]="title"
[allowesc]="false"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<sac-dialog
name="confirmDialog"
[(isvisible)]="isvisible"
[title]="title"
[allowesc]="false"
Expand Down

0 comments on commit 072db3e

Please sign in to comment.