fixes and refactor

This commit is contained in:
Liyas Thomas
2021-05-14 05:50:17 +00:00
committed by GitHub
parent 2b8cda40a2
commit 8f09c82763
13 changed files with 107 additions and 87 deletions

View File

@@ -99,7 +99,7 @@
"
@expand-collection="expandCollection"
@remove-request="removeRequest"
:picked="picked"
:picked="picked.toString()"
/>
</li>
</ul>
@@ -110,7 +110,7 @@
class="ml-8 border-l border-brdColor"
>
<CollectionsTeamsRequest
:request="JSON.parse(request.request)"
:request="request.request"
:collection-index="collectionIndex"
:folder-index="-1"
:folder-name="collection.name"

View File

@@ -93,7 +93,7 @@
class="flex ml-8 border-l border-brdColor"
>
<CollectionsTeamsRequest
:request="JSON.parse(request.request)"
:request="request.request"
:collection-index="collectionIndex"
:folder-index="folderIndex"
:folder-name="folder.name"