mirror of
https://github.com/getredash/redash.git
synced 2025-12-19 17:37:19 -05:00
Fix: on first save, make sure we load alredy existing data
This commit is contained in:
@@ -59,7 +59,7 @@
|
||||
|
||||
if (isNewQuery) {
|
||||
// redirect to new created query (keep hash)
|
||||
$location.path(savedQuery.getSourceLink()).replace();
|
||||
$location.path(savedQuery.getSourceLink());
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user