Skip to content

Commit

Permalink
🔨: update Libraries/LibraryFolder/FolderTopBar props usages in `Lib…
Browse files Browse the repository at this point in the history
…raryFolder`
  • Loading branch information
itisAliRH committed Jul 2, 2024
1 parent d8e3b55 commit 96fb949
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
<template>
<div>
<FolderTopBar
:canAddLibraryItem="canAddLibraryItem"
:search-text="searchText"
:can-add-library-item="canAddLibraryItem"
:folder-contents="folderContents"
:include-deleted.sync="includeDeleted"
:folder_id="currentFolderId"
:folder-id="currentFolderId"
:selected="selected"
:metadata="folder_metadata"
:unselected="unselected"
Expand Down

0 comments on commit 96fb949

Please sign in to comment.