mirror of
https://github.com/koloml/furbooru-tagging-assistant.git
synced 2025-12-23 23:02:58 +00:00
Merge pull request #74 from koloml/bugfix/incorrect-redirect
Fixed fallback redirect when visiting profile with ID "new"
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
let profile = null;
|
||||
|
||||
if (profileId==='new') {
|
||||
goto('/maintenance/profiles/new/edit');
|
||||
goto('/features/maintenance/new/edit');
|
||||
}
|
||||
|
||||
$: {
|
||||
|
||||
Reference in New Issue
Block a user