3
0

Hide admin workflow editor until workflow is fetched

This commit is contained in:
Jože Fortun 2022-12-23 10:22:42 +01:00
parent 8c559b4dce
commit b7952dbd4a

View File

@ -1,5 +1,6 @@
<template>
<b-container
v-if="workflow"
class="py-3"
>
<c-content-header
@ -77,7 +78,7 @@ export default {
data () {
return {
workflow: {},
workflow: undefined,
triggers: [],
info: {