Skip to content

Commit 9a64e5b

Browse files
committed
fix: update link to xlsform editor
1 parent 514953e commit 9a64e5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/FormRecord.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const props = defineProps<{
1717
1818
const xlsformViewerUrl = computed(() => {
1919
if (!props.url) return '';
20-
return `https://xlsform-editor.fmtm.hotosm.org?url=${props.url}`;
20+
return `https://xlsform-editor.field.hotosm.org?url=${props.url}`;
2121
});
2222
2323
const isLocalEnvironment =

0 commit comments

Comments
 (0)