Skip to content

Commit 53e378a

Browse files
- fix double id;
1 parent 555505b commit 53e378a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/components/select/test/basic/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
</ion-list-header>
6868

6969
<ion-item>
70-
<ion-select id="alert-select" label="Alert" placeholder="Select one" interface="alert" value="dragonfruit">
70+
<ion-select id="alert-select2" label="Alert" placeholder="Select one" interface="alert" value="dragonfruit">
7171
<ion-select-option value="apples">Apples</ion-select-option>
7272
<ion-select-option value="oranges">Oranges</ion-select-option>
7373
<ion-select-option value="pears">Pears</ion-select-option>

0 commit comments

Comments
 (0)