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 authored Aug 31, 2024
1 parent f6740c8 commit 500dfa5
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 500dfa5

Please sign in to comment.