diff --git a/web/src/common/PhoneNumberInput.js b/web/src/common/PhoneNumberInput.js index b94bf3fa..254600da 100644 --- a/web/src/common/PhoneNumberInput.js +++ b/web/src/common/PhoneNumberInput.js @@ -19,7 +19,7 @@ import React from "react"; const {Option} = Select; export default function PhoneNumberInput(props) { - const {onChange, style, disabled, showSearch} = props; + const {onChange, style, disabled} = props; const value = props.value ?? "CN"; const countryCodes = props.countryCodes ?? []; @@ -30,20 +30,20 @@ export default function PhoneNumberInput(props) { return (