Merge branch 'feature/plus-table-internal' of github.com:Budibase/budibase into feature/user-session
This commit is contained in:
commit
8d8e5b160d
|
@ -24,7 +24,7 @@
|
|||
name: $views.selected?.name,
|
||||
}
|
||||
$: type = $tables.selected?.type
|
||||
$: isInternal = type === "internal"
|
||||
$: isInternal = type !== "external"
|
||||
|
||||
// Fetch rows for specified table
|
||||
$: {
|
||||
|
|
Loading…
Reference in New Issue