Skip to content

Commit

Permalink
Always display import/export buttons to all users on project (#374)
Browse files Browse the repository at this point in the history
  • Loading branch information
annehaley authored Mar 14, 2022
1 parent 2f8ea34 commit 5a494c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/ProjectSettings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ export default defineComponent({
>
Save
</v-btn>
<DataImportExport v-if="(userCanEditProject)" />
<DataImportExport />
<div style="flex-grow:2">
<v-btn
v-if="userCanEditProject && !isGlobal"
Expand Down

0 comments on commit 5a494c3

Please sign in to comment.