We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3944eed commit b318a2bCopy full SHA for b318a2b
blocks/file-blocks/edit-and-preview/index.tsx
@@ -30,9 +30,9 @@ export default function (props: FileBlockProps) {
30
31
const onRequestBlocksReposFiltered = useCallback(
32
(params) => {
33
- return onRequestBlocksRepos({ ...params, path });
+ return onRequestBlocksRepos({ ...params, path: context.path });
34
},
35
- [onRequestBlocksRepos, path]
+ [onRequestBlocksRepos, context.path]
36
);
37
38
return (
0 commit comments