pull/5370/head
yann300 3 years ago
parent 2d218841e8
commit 294fbd7440
  1. 1
      libs/remix-ui/search/src/lib/context/context.tsx

@ -341,6 +341,7 @@ export const SearchProvider = ({
if (workspace) value.setCurrentWorkspace(workspace.name)
setFiles(await getDirectory('/', plugin))
} catch (e) {
console.log(e)
}
}

Loading…
Cancel
Save