1
0
Fork 0
mirror of synced 2024-07-01 04:21:06 +12:00

Fix typo in Form.svelte

targetting -> targeting
This commit is contained in:
Ikko Ashimine 2021-06-25 20:15:45 +09:00 committed by GitHub
parent 6f280e389a
commit e6800de5c4

View file

@ -16,7 +16,7 @@
if (type !== "Update") { if (type !== "Update") {
return {} return {}
} }
// Only inherit values for forms targetting internal tables // Only inherit values for forms targeting internal tables
if (!dataSource?.tableId) { if (!dataSource?.tableId) {
return {} return {}
} }