docs: fix searchbar in docs

This commit is contained in:
Jakub Grzywacz 2021-07-30 13:21:50 +02:00
parent 96746d3e6d
commit e6da8adfbe
No known key found for this signature in database
GPG Key ID: 5BBB685871FF63C4

View File

@ -25,7 +25,6 @@ const EnableRecently = () => {
open={isModalOpen}
onClose={() => setIsModalOpen(false)}
enableRecentlyUsed
enableSearchBar
/>
</SafeAreaView>
);