mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
fix: DomainAdd event bubbling
This commit is contained in:
parent
6229e40ca8
commit
2156196f8b
2 changed files with 3 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
:id="id"
|
||||
:inline="inline"
|
||||
:class="formClasses"
|
||||
@submit.prevent="onSubmit"
|
||||
@submit.prevent.stop="onSubmit"
|
||||
novalidate
|
||||
>
|
||||
<slot name="default" />
|
||||
|
|
|
@ -131,6 +131,8 @@ import {
|
|||
export default {
|
||||
name: 'DomainForm',
|
||||
|
||||
inheritAttrs: false,
|
||||
|
||||
props: {
|
||||
title: { type: String, required: true },
|
||||
submitText: { type: String, default: null },
|
||||
|
|
Loading…
Add table
Reference in a new issue