Skip to content

Commit

Permalink
- FIX: Fixes a sharing bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-raubach committed May 24, 2022
1 parent f7c63b4 commit eaf2d60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Export.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<b-form @submit.prevent id="import-export-form">
<b-button @click="exportJson">{{ storeDataset.uuid ? $t('buttonImportExportSave') : $t('buttonImportExportShare') }}</b-button>
<b-button @click="exportJson">{{ storeDatasetUuid ? $t('buttonImportExportSave') : $t('buttonImportExportShare') }}</b-button>

<div v-show="serverUuid !== null">
<p class="text-info mt-3">{{ $t('modalTextExportQR') }}</p>
Expand Down

0 comments on commit eaf2d60

Please sign in to comment.