1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

fix(UI): window reload pressing enter in schema creation modal, closes #113

This commit is contained in:
2021-10-05 09:16:45 +02:00
parent 165c54f663
commit db1641b74f
2 changed files with 3 additions and 2 deletions

View File

@ -13,7 +13,7 @@
</div>
<div class="modal-body pb-0">
<div class="content">
<form class="form-horizontal">
<form class="form-horizontal" @submit.prevent="createSchema">
<div class="form-group">
<div class="col-3">
<label class="form-label">{{ $t('word.name') }}</label>