Commit de19158c authored by Mike Greiling's avatar Mike Greiling

add prop defaults

parent 7b0d1e7d
<script>
/* eslint-disable vue/require-default-prop */
import { __ } from '../../../locale';
import eventHub from '../../event_hub';
import toggleButton from '../../../vue_shared/components/toggle_button.vue';
......@@ -17,10 +15,12 @@
subscribed: {
type: Boolean,
required: false,
default: null,
},
id: {
type: Number,
required: false,
default: null,
},
},
computed: {
......
......@@ -23,10 +23,12 @@
name: {
type: String,
required: false,
default: null,
},
value: {
type: Boolean,
required: false,
default: null,
},
disabledInput: {
type: Boolean,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment