Skip to content

Commit

Permalink
fix(frontend): update qrcode form_update_mode --> match_exactly for sync
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Feb 26, 2024
1 parent 759cb0e commit 30c69fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/src/api/Files.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const ProjectFilesById = (odkToken, projectName, osmUser, taskId) => {
const odkCollectJson = JSON.stringify({
general: {
server_url: odkToken,
form_update_mode: 'manual',
form_update_mode: 'match_exactly',
basemap_source: 'osm',
autosend: 'wifi_and_cellular',
metadata_username: osmUser,
Expand Down

0 comments on commit 30c69fb

Please sign in to comment.