Add ReactIcons (#149)

This commit is contained in:
Riccardo Graziosi
2022-08-22 10:38:03 +02:00
committed by GitHub
parent 4c73b398e8
commit 6198d814d8
32 changed files with 267 additions and 226 deletions

View File

@@ -68,6 +68,7 @@ const BoardForm = ({
{...register('name', { required: true })}
placeholder={I18n.t('site_settings.boards.form.name')}
autoFocus={mode === 'update'}
autoComplete={'off'}
className="formControl"
/>