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 5b2daf0 commit bbf870aCopy full SHA for bbf870a
src/ui/apps/popup/DirectoryPage.tsx
@@ -86,7 +86,7 @@ export class DirectoryPage extends React.Component<
86
async navigate(path: string) {
87
this.props.pathRef[0] = path
88
this.setState({ loading: true })
89
- const data = await BeatSaber.Core.Api.listFilesInPath(path)
+ const data = await BeatSaber.Core.Api.listFilesInPath(path || "")
90
this.setState(data)
91
this.setState({ loading: false })
92
}
0 commit comments