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 08ae451cdd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 {}
}