Skip to content

Commit

Permalink
#3055 Remove selection column
Browse files Browse the repository at this point in the history
  • Loading branch information
dwalizer committed Jan 2, 2025
1 parent a17615e commit 93e1977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard/src/components/users/UserSkillsPerformed.vue
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ const selectedSkills = ref([]);
</span>
</div>
</template>
<Column selectionMode="multiple" :class="{'flex': responsive.md.value }">
<Column selectionMode="multiple" :class="{'flex': responsive.md.value }" v-if="!projConfig.isReadOnlyProj">
<template #header>
<span class="mr-1 lg:mr-0 md:hidden">
<i class="fas fa-check-double" aria-hidden="true"></i> Select Skills:
Expand Down

0 comments on commit 93e1977

Please sign in to comment.