LP-5613 #2

Open
dmitrii.pichenikin wants to merge 37 commits from LP-5613 into dev
Showing only changes of commit 45e50f0467 - Show all commits

View File

@ -358,7 +358,7 @@ const BadgeModal: React.FC = () => {
<input
type='text'
value={form.image}
onChange={(e) => updateForm({image: e.target.value})}
onChange={(e) => updateForm({image: e.target.value.trim()})}
placeholder={intl.formatMessage({id: 'badges.modal.field_image_placeholder', defaultMessage: 'Название эмодзи (напр. star)'})}
/>
</div>