uptick/react-keyed-file-browser

How to remove file filter and item detail?

Closed this issue · 2 comments

lafa5 commented
How to remove file filter and item detail?

Can you give me a bit more detail as to what you are trying to accomplish? 😃

@lafa5 you're probably looking for something like these props:

canFilter={false}
detailRenderer={() => <></>}