mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2025-01-03 05:45:14 +00:00
fix(front): add condition on DraggableList in ResourceFolder.vue
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
45f8757d72
commit
a408b476cf
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@
|
|||
</li>
|
||||
</breadcrumbs-nav>
|
||||
<DraggableList
|
||||
v-if="resource.actor"
|
||||
:resources="resource.children.elements"
|
||||
:isRoot="resource.path === '/'"
|
||||
:group="resource.actor"
|
||||
|
|
Loading…
Reference in a new issue