Hide admin workflow editor until workflow is fetched
This commit is contained in:
parent
8c559b4dce
commit
b7952dbd4a
@ -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: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user