1
0
Fork 0
mirror of synced 2024-06-28 19:10:33 +12: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 db6dc8a747

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