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 c53e673 commit 99f6ac2Copy full SHA for 99f6ac2
1 file changed
src/component/fileBrowser.jsx
@@ -47,7 +47,7 @@ const LocalFileBrowser = ({ superState, dispatcher }) => {
47
if (valueSubDir.kind === 'file') {
48
const fileData = await valueSubDir.getFile();
49
state = state.concat([{
50
- key: `${topLevel}/${value.name}/${key}`,
+ key: `${topKey}/${value.name}/${key}`,
51
modified: fileData.lastModified,
52
size: fileData.size,
53
fileObj: fileData,
0 commit comments