Skip to content

Commit

Permalink
Merge pull request #18488 from itisAliRH/libraries-modernization-1
Browse files Browse the repository at this point in the history
Refactor FolderTopBar to TypeScript
  • Loading branch information
davelopez authored Aug 5, 2024
2 parents 5baa77b + 24b3b75 commit 10434a0
Show file tree
Hide file tree
Showing 3 changed files with 322 additions and 322 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
<template>
<div>
<FolderTopBar
: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
Loading

0 comments on commit 10434a0

Please sign in to comment.