Fix plugin configuration page
This commit is contained in:
parent
b975f4bf81
commit
895b527fd5
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ export function logout() {
|
|||
}
|
||||
|
||||
export function getPluginUrl(name) {
|
||||
return '#!/configurationpage?name=' + encodeURIComponent(name);
|
||||
return 'configurationpage?name=' + encodeURIComponent(name);
|
||||
}
|
||||
|
||||
export function navigate(url, preserveQueryString) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue