Skip to content

Commit

Permalink
Added role presentation to oc-file-versions sidebar table
Browse files Browse the repository at this point in the history
  • Loading branch information
lookacat committed Jul 26, 2021
1 parent 9a739df commit b344dd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web-app-files/src/components/FileInfoVersions.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div id="oc-file-versions-sidebar">
<oc-loader v-if="loading" />
<oc-table-simple v-if="!loading && hasVersion">
<oc-table-simple v-if="!loading && hasVersion" role="presentation">
<oc-tbody>
<oc-tr v-for="(item, index) in versions" :key="index" class="file-row">
<oc-td width="shrink">
Expand Down

0 comments on commit b344dd0

Please sign in to comment.