1
0
Fork 0
mirror of synced 2024-06-02 18:44:54 +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 8998e8cba4
commit 1e1ddae2c2
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 {}
}