Fix NotTranslatedPropsTest issue

This commit is contained in:
Alexey Safronov 2023-04-12 14:39:07 +04:00
parent 13ca42dcc0
commit 8c5ada9507

View File

@ -14,6 +14,8 @@ import DropDown from "@docspace/components/drop-down";
import DropDownItem from "@docspace/components/drop-down-item";
import Text from "@docspace/components/text";
const PLUS = "+";
const InputPhone = ({
defaultCountry,
onChange,
@ -138,7 +140,7 @@ const InputPhone = ({
fillIcon={true}
selectedOption={country}
/>
<Label text="+" className="prefix" />
<Label text={PLUS} className="prefix" />
<TextInput
type="tel"
className="input-phone"