Skip to content

Commit

Permalink
for: #31
Browse files Browse the repository at this point in the history
  • Loading branch information
moisbo committed Nov 1, 2023
1 parent 120b517 commit 71183ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion portal/src/components/FileResolve.component.vue
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
</div>
</el-col>
</el-row>
<el-row class="flex justify-center">
<el-row class="flex justify-center" v-show="!loading" v-if="access['hasAccess']">
<el-button-group class="m-2">
<el-link v-if="!hideOpenLink" class="mr-2" :href="this.fileUrl" :underline="false">
<el-button type="default" class="px-2">View File</el-button>
Expand Down

0 comments on commit 71183ac

Please sign in to comment.