1
0
Fork 0
mirror of synced 2024-10-02 01:56:57 +13:00

Inverting logic as the type isn't always internal.

This commit is contained in:
mike12345567 2021-07-07 17:21:56 +01:00
parent 44c87f4fb8
commit 53199ddc61

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
$: {