Skip to content

Commit

Permalink
pkp/pkp-lib#6528 Hide disabled checkbox for non sr users
Browse files Browse the repository at this point in the history
  • Loading branch information
jardakotesovec committed Dec 10, 2024
1 parent 33a2903 commit 7574c3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Table/TableCellSelect.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<template>
<TableCell>
<input
:class="{'sr-only': disabled}"
type="checkbox"
:checked="props.checked"
:aria-describedby="describedBy"
Expand Down

0 comments on commit 7574c3d

Please sign in to comment.