fix(front): add condition on DraggableList in ResourceFolder.vue

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2023-12-14 11:02:23 +01:00
parent 45f8757d72
commit a408b476cf
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@
</li>
</breadcrumbs-nav>
<DraggableList
v-if="resource.actor"
:resources="resource.children.elements"
:isRoot="resource.path === '/'"
:group="resource.actor"