Decode the filename when rendering it to the screen; closes #2101
This commit is contained in:
parent
050fe307f0
commit
b30d7429f3
3 changed files with 10 additions and 5 deletions
|
@ -48,7 +48,7 @@ const files: ServerFileStore = {
|
|||
}),
|
||||
|
||||
setDirectory: action((state, payload) => {
|
||||
state.directory = cleanDirectoryPath(payload)
|
||||
state.directory = cleanDirectoryPath(payload);
|
||||
}),
|
||||
};
|
||||
|
||||
|
|
Reference in a new issue