Skip to content

Commit

Permalink
cleanup: remove likely unnecessary/confusing (double) UI
Browse files Browse the repository at this point in the history
  • Loading branch information
bikubi committed Sep 23, 2024
1 parent 8f1757d commit 14527b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions frontend/javascript/components/postupload/post-upload.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1228,6 +1228,7 @@ const onlineHelp = ref()
@uploaded="pdfRedactionUploaded"
@hasredactionsupdate="pdfRedactionCurrentHasRedactions = $event"
ref="pdfRedaction">
<!--
<template #toolbar-right>
<div class="btn-group" v-show="isDesktop">
<button
Expand All @@ -1247,6 +1248,7 @@ const onlineHelp = ref()
</button>
</div>
</template>
-->
</pdf-redaction>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion frontend/javascript/components/redaction/pdf-redaction.vue
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@
</a>
</div>

<slot name="toolbar-right"></slot>
<!-- <slot name="toolbar-right"></slot> -->
</div>
</div>
<div class="py-3 row preview">
Expand Down

0 comments on commit 14527b0

Please sign in to comment.