Clean up code
This commit is contained in:
parent
4e6497f74a
commit
41e8aac63c
|
|
@ -83,7 +83,7 @@
|
|||
type: String,
|
||||
default: 'ContentBlock'
|
||||
},
|
||||
showTaskSelection: {
|
||||
'show-task-selection': {
|
||||
type: Boolean,
|
||||
default: false
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<contents-form
|
||||
:content-block="contentBlock"
|
||||
v-bind:showTaskSelection="true"
|
||||
:show-task-selection="true"
|
||||
@save="saveContentBlock"
|
||||
@hide="hideModal"
|
||||
></contents-form>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<contents-form
|
||||
:content-block="contentBlock"
|
||||
v-bind:showTaskSelection="true"
|
||||
:show-task-selection="true"
|
||||
@save="saveContentBlock"
|
||||
@hide="hideModal"
|
||||
></contents-form>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<contents-form
|
||||
:content-block="entry"
|
||||
v-bind:showTaskSelection="false"
|
||||
:show-task-selection="false"
|
||||
@save="saveEntry"
|
||||
block-type="RoomEntry"
|
||||
@hide="hideModal"
|
||||
|
|
|
|||
Loading…
Reference in New Issue