mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
test(button): fix linter errors
This commit is contained in:
@@ -63,7 +63,7 @@ export class E2EPage {
|
||||
}
|
||||
|
||||
setValue(value: any) {
|
||||
if (this.value !== value){
|
||||
if (this.value !== value) {
|
||||
this.buttons.forEach((btn: any) => btn.selected = (value === btn.value));
|
||||
this.value = value;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user