diff --git a/client/src/components/modals/GridCopyModal.vue b/client/src/components/modals/GridCopyModal.vue index c873a37..86a0964 100644 --- a/client/src/components/modals/GridCopyModal.vue +++ b/client/src/components/modals/GridCopyModal.vue @@ -13,8 +13,8 @@
{{ $t(`forms.${action}`) }}: {{ - $t(`help.${action}grid`) - }}
+ $t(`help.${action}grid`) + }}
@@ -81,8 +81,6 @@ function save() { return Promise.resolve(); } - Vue.$plausible.trackEvent('download', { props: { method: 'HTTP' } }); - return Promise.resolve() .then(() => { if (mode.value === 'copy') {