Skip to content

Commit

Permalink
implement conditional rendering of StudioTree based on the existence …
Browse files Browse the repository at this point in the history
…of rootId
  • Loading branch information
LianaHarris360 committed Sep 13, 2024
1 parent b1b1786 commit fac36cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
<div class="mt-5 pl-3">
<LoadingText v-if="loading" />
<StudioTree
v-else
v-else-if="rootId"
:treeId="rootId"
:nodeId="rootId"
:selectedNodeId="nodeId"
Expand Down

0 comments on commit fac36cf

Please sign in to comment.