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