diff --git a/core/src/components/select/test/basic/index.html b/core/src/components/select/test/basic/index.html index c6b8781fa9..3507d5a4a3 100644 --- a/core/src/components/select/test/basic/index.html +++ b/core/src/components/select/test/basic/index.html @@ -266,7 +266,7 @@ subTitle: 'Select your toppings', message: '$1.50 charge for every topping' }; - customPopoverSelect.interfaceOptions = customAlertOptions; + customPopoverSelect.interfaceOptions = customPopoverOptions; var customActionSheetSelect = document.getElementById('customActionSheetSelect'); var customActionSheetOptions = { @@ -274,7 +274,7 @@ subTitle: 'Select your toppings', message: '$1.50 charge for every topping' }; - customActionSheetSelect.interfaceOptions = customAlertOptions; + customActionSheetSelect.interfaceOptions = customActionSheetOptions; function toggleBoolean(id, prop) { var el = document.getElementById(id);