force regex for invalid path
just in case ^^
This commit is contained in:
parent
b3c4f4369e
commit
5edeb50700
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ export function doChangePath(path, options = {}) {
|
||||||
dispatch({
|
dispatch({
|
||||||
type: types.CHANGE_PATH,
|
type: types.CHANGE_PATH,
|
||||||
data: {
|
data: {
|
||||||
path,
|
path: path.replace(/^#/, ""),
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue