* client: fix page scrolling on adding/deleting leases

This commit is contained in:
Ildar Kamalov
2019-05-28 18:02:02 +03:00
committed by Simon Zolin
parent 6f2503a09f
commit 2976726f99
4 changed files with 24 additions and 11 deletions

View File

@@ -50,7 +50,6 @@ const Form = (props) => {
type="text"
className="form-control"
placeholder={t('form_enter_hostname')}
validate={[required]}
/>
</div>
</div>