Skip to content

Commit

Permalink
refactor: use props isHideableParentSearch on DocumentList
Browse files Browse the repository at this point in the history
  • Loading branch information
vhu-axelor committed Dec 18, 2024
1 parent 10089f5 commit 16a0ea6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ const DocumentList = ({
displayParentSearchValue={item => item.fileName}
searchParentPlaceholder={I18n.t('Dms_ParentFolder')}
searchPlaceholder={I18n.t('Base_Search')}
isHideableParentSearch={false}
parentFieldName="parent"
renderBranch={({item}) => <DirectoryCard directory={item} />}
getBranchActions={branch => {
Expand Down

0 comments on commit 16a0ea6

Please sign in to comment.