1
0
Fork 0
mirror of synced 2024-09-29 08:41:16 +13:00

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

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