TT#38786 Fix console errors in timeset modules

Change-Id: I3fe1566bdcc68d014cec50c5d91ced4a376dbb47
changes/28/22028/2
raxelsen 7 years ago
parent d435d6782e
commit af8602d92b

@ -62,7 +62,6 @@
<csc-add-time-form
v-if="activeTimeForm && !timesetExists"
type="new"
:title="getAddLabel"
:timeset="timesetName"
ref="addTimeNew"
/>

@ -167,8 +167,8 @@
export default {
name: 'csc-sourcesets',
props: {
destinations: Object,
sourcesets: Object,
destinations: Array,
sourcesets: Array,
timesetName: [String, Object]
},
data() {

Loading…
Cancel
Save