forked from potsda.mn/mobilizon
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
|
@ -33,6 +33,7 @@
|
||||||
</li>
|
</li>
|
||||||
</breadcrumbs-nav>
|
</breadcrumbs-nav>
|
||||||
<DraggableList
|
<DraggableList
|
||||||
|
v-if="resource.actor"
|
||||||
:resources="resource.children.elements"
|
:resources="resource.children.elements"
|
||||||
:isRoot="resource.path === '/'"
|
:isRoot="resource.path === '/'"
|
||||||
:group="resource.actor"
|
:group="resource.actor"
|
||||||
|
|
Loading…
Reference in a new issue