1
0
Fork 0
mirror of synced 2024-09-30 09:07:25 +13:00

Merge branch 'feature/plus-table-internal' of github.com:Budibase/budibase into feature/user-session

This commit is contained in:
mike12345567 2021-07-07 17:22:50 +01:00
commit 1c7f47dbf2

View file

@ -24,7 +24,7 @@
name: $views.selected?.name,
}
$: type = $tables.selected?.type
$: isInternal = type === "internal"
$: isInternal = type !== "external"
// Fetch rows for specified table
$: {