mirror of
https://gitlab.com/bramw/baserow.git
synced 2025-04-04 21:25:24 +00:00
Fix crash when integrations are not loaded yet
This commit is contained in:
parent
18372b18dd
commit
539e1693c5
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<GroupedAggregateRowsDataSourceForm
|
||||
v-if="dataSource"
|
||||
v-if="dataSource && integration"
|
||||
ref="dataSourceForm"
|
||||
:dashboard="dashboard"
|
||||
:widget="widget"
|
||||
|
|
Loading…
Add table
Reference in a new issue