mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-12-09 21:56:32 +08:00
Fix saving experiment changes in edit modal [SCI-10325]
This commit is contained in:
parent
3f4189445b
commit
cefb6bac7e
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@
|
|||
</div>
|
||||
<div class="modal-footer">
|
||||
<button type="button" class="btn btn-secondary" data-dismiss="modal">{{ i18n.t('general.cancel') }}</button>
|
||||
<button type="button" :disabled="!validName" class="btn btn-primary">
|
||||
<button type="submit" :disabled="!validName" class="btn btn-primary">
|
||||
{{ i18n.t('experiments.edit.modal_create') }}
|
||||
</button>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue