Fixed some broken forms
This commit is contained in:
@@ -82,7 +82,6 @@
|
||||
:value="model.reset"
|
||||
:error-messages="errors.reset"
|
||||
:menu-props="{auto: true, lazy: true}"
|
||||
:debounce-time="debounceTime"
|
||||
@change="change('reset', ...arguments)"
|
||||
/>
|
||||
</form-section>
|
||||
|
||||
@@ -32,10 +32,10 @@
|
||||
|
||||
<script>
|
||||
import propertyFormMixin from '/imports/ui/properties/forms/shared/propertyFormMixin.js';
|
||||
|
||||
|
||||
export default {
|
||||
mixins: [propertyFormMixin],
|
||||
data(){return {
|
||||
mixins: [propertyFormMixin],
|
||||
damageTypes: [
|
||||
{
|
||||
value: 'bludgeoning',
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
export default {
|
||||
props: {
|
||||
model: {
|
||||
type: Object,
|
||||
type: [Object, Array],
|
||||
default: () => ({}),
|
||||
},
|
||||
errors: {
|
||||
|
||||
Reference in New Issue
Block a user