Skip to content

Commit

Permalink
[pre-commit.ci lite] apply automatic fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci-lite[bot] authored Feb 11, 2025
1 parent ffb7871 commit 01fd448
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<template>

<div class="content-list">
<KCheckbox
v-if="showSelectAll"
:label="$tr('selectAllCheckboxLabel')"
:checked="selectAllChecked"
:indeterminate="selectAllIndeterminate"
:disabled="isSelectAllDisabled"
@change="$emit('changeselectall', $event)"
/>
<KCheckbox
v-if="showSelectAll"
:label="$tr('selectAllCheckboxLabel')"
:checked="selectAllChecked"
:indeterminate="selectAllIndeterminate"
:disabled="isSelectAllDisabled"
@change="$emit('changeselectall', $event)"
/>
<KCardGrid layout="1-1-1">
<component
:is="content.is_leaf ? 'AccessibleResourceCard' : 'AccessibleFolderCard'"
Expand Down

0 comments on commit 01fd448

Please sign in to comment.