mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
removed unused prop in DomainForm
This commit is contained in:
parent
4cc6159479
commit
146c51502c
1 changed files with 1 additions and 3 deletions
|
@ -61,9 +61,7 @@ export default {
|
||||||
props: {
|
props: {
|
||||||
title: { type: String, required: true },
|
title: { type: String, required: true },
|
||||||
submitText: { type: String, default: null },
|
submitText: { type: String, default: null },
|
||||||
serverError: { type: String, default: '' },
|
serverError: { type: String, default: '' }
|
||||||
// Do not query the api (used by postinstall)
|
|
||||||
noStore: { type: Boolean, default: false }
|
|
||||||
},
|
},
|
||||||
|
|
||||||
data () {
|
data () {
|
||||||
|
|
Loading…
Reference in a new issue