Skip to content

Commit

Permalink
Merge pull request #85 from Leo-Nicolle/dev/fix-copy
Browse files Browse the repository at this point in the history
remove old telemetry
  • Loading branch information
Leo-Nicolle authored Mar 31, 2024
2 parents ce1d582 + 28f74dd commit e5ad064
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions client/src/components/modals/GridCopyModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<InfoPopup>
<div class="gridcopyinfo">
<span v-for="action in actions" :key="action"><b>{{ $t(`forms.${action}`) }}</b>: {{
$t(`help.${action}grid`)
}}<br /></span>
$t(`help.${action}grid`)
}}<br /></span>
</div>
</InfoPopup>
</n-form-item>
Expand Down Expand Up @@ -81,8 +81,6 @@ function save() {
return Promise.resolve();
}
Vue.$plausible.trackEvent('download', { props: { method: 'HTTP' } });
return Promise.resolve()
.then(() => {
if (mode.value === 'copy') {
Expand Down

0 comments on commit e5ad064

Please sign in to comment.