allow ML debug when ml sync is disabled

This commit is contained in:
Abhinav 2022-08-05 13:18:01 +05:30
parent 2c3c94617c
commit bb2afce782

View file

@ -142,11 +142,9 @@ export default function UtilitySection({ closeSidebar }) {
{'Clear ML db'}
</SidebarButton>
{mlSearchEnabled && (
<SidebarButton onClick={redirectToMLDebug}>
{constants.ML_DEBUG}
</SidebarButton>
)}
<SidebarButton onClick={redirectToMLDebug}>
{constants.ML_DEBUG}
</SidebarButton>
{/* <SidebarButton onClick={openThumbnailCompressModal}>
{constants.COMPRESS_THUMBNAILS}