feat: add number format
This commit is contained in:
@@ -286,7 +286,19 @@ export const PartnerComponent = observer((props) => {
|
||||
<Input />
|
||||
</Form.Item>
|
||||
)}
|
||||
|
||||
{!idData && (
|
||||
<Form.Item
|
||||
name="phone_number"
|
||||
label="Phone Number"
|
||||
rules={[
|
||||
idData
|
||||
? { required: false }
|
||||
: { required: true, message: "Please input password phone number!" },
|
||||
]}
|
||||
>
|
||||
<Input />
|
||||
</Form.Item>
|
||||
)}
|
||||
{!isChangePassword && (
|
||||
<>
|
||||
<Form.Item
|
||||
|
||||
Reference in New Issue
Block a user