Merge pull request #1830 from eltociear/patch-1
Fix typo in Form.svelte
This commit is contained in:
commit
08ae451cdd
|
@ -16,7 +16,7 @@
|
||||||
if (type !== "Update") {
|
if (type !== "Update") {
|
||||||
return {}
|
return {}
|
||||||
}
|
}
|
||||||
// Only inherit values for forms targetting internal tables
|
// Only inherit values for forms targeting internal tables
|
||||||
if (!dataSource?.tableId) {
|
if (!dataSource?.tableId) {
|
||||||
return {}
|
return {}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue