mirror of https://gitee.com/answerdev/answer.git
fix: add placeholder for add users
This commit is contained in:
parent
139f3ecbfc
commit
78e9d081d1
|
@ -1430,6 +1430,7 @@ ui:
|
|||
fields:
|
||||
users:
|
||||
label: Bulk add user
|
||||
placeholder: "John Smith, john@example.com, BUSYopr2 \n Alice, alice@example.com, fpDntV8q"
|
||||
text: Separate “name, email, password” with commas. One user per line.
|
||||
msg: "Please enter the user's email, one per line."
|
||||
display_name:
|
||||
|
|
|
@ -38,6 +38,7 @@ const useAddUserModal = (props: IProps = {}) => {
|
|||
'ui:widget': 'textarea',
|
||||
'ui:options': {
|
||||
rows: 6,
|
||||
placeholder: t('form.fields.users.placeholder'),
|
||||
},
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue