mirror of
https://gitlab.com/bramw/baserow.git
synced 2025-04-14 09:08:32 +00:00
Merge branch '3500-fix-crash' into 'develop'
Fix crash when integrations are not loaded yet See merge request baserow/baserow!3246
This commit is contained in:
commit
5d76224b61
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
<template>
|
<template>
|
||||||
<GroupedAggregateRowsDataSourceForm
|
<GroupedAggregateRowsDataSourceForm
|
||||||
v-if="dataSource"
|
v-if="dataSource && integration"
|
||||||
ref="dataSourceForm"
|
ref="dataSourceForm"
|
||||||
:dashboard="dashboard"
|
:dashboard="dashboard"
|
||||||
:widget="widget"
|
:widget="widget"
|
||||||
|
|
Loading…
Add table
Reference in a new issue