1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-04-04 21:25:24 +00:00

Merge branch '3500-fix-crash' into 'develop'

Fix crash when integrations are not loaded yet

See merge request 
This commit is contained in:
Petr Stribny 2025-03-13 07:57:12 +00:00
commit 5d76224b61

View file

@ -1,6 +1,6 @@
<template>
<GroupedAggregateRowsDataSourceForm
v-if="dataSource"
v-if="dataSource && integration"
ref="dataSourceForm"
:dashboard="dashboard"
:widget="widget"