fix: delete no used text

This commit is contained in:
shuai 2022-09-30 12:16:14 +08:00
parent 152e819a2b
commit 97f959dfd4
2 changed files with 2 additions and 8 deletions

View File

@ -187,11 +187,7 @@ const useReportModal = (callback?: () => void) => {
}
value={content.value}
isInvalid={content.isInvalid}
placeholder={
item.content_type === 'text'
? t('input_placeholder')
: t('textarea_placeholder')
}
placeholder={item.placeholder}
onChange={(e) =>
setContent({
value: e.target.value,

View File

@ -199,9 +199,7 @@
},
"msg": {
"empty": "Please select a reason."
},
"input_placeholder": "Enter the existing question link",
"textarea_placeholder": "Let us know specifically what you are concerned about"
}
},
"tag_modal": {
"title": "Create New Tag",