Skip to content

Commit

Permalink
feat(bcf): re-enable grid/list switch
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasRichel committed May 4, 2022
1 parent 172013e commit b99aaff
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions src/views/project-board/project-bcf/ProjectBcf.vue
Original file line number Diff line number Diff line change
Expand Up @@ -289,11 +289,16 @@
<BIMDataSpinner />
</div>

<!--
<div v-else-if="isDisplayByListActive" class="project-bcf__content__list">
<BcfTopicsTable :bcfTopics="displayedBcfTopics" />
<div
v-else-if="isDisplayByListActive"
class="project-bcf__content__list"
>
<BcfTopicsTable
:bcfTopics="displayedBcfTopics"
:detailedExtensions="detailedExtensions"
@open-bcf-topic="openBcfTopicOverview($event)"
/>
</div>
-->

<div v-else class="project-bcf__content__grid">
<transition-group name="grid">
Expand Down

0 comments on commit b99aaff

Please sign in to comment.