Merge pull request #1830 from eltociear/patch-1

Fix typo in Form.svelte
This commit is contained in:
Martin McKeaveney 2021-06-25 12:23:49 +01:00 committed by GitHub
commit db6dc8a747
1 changed files with 1 additions and 1 deletions

View File

@ -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 {}
}