mirror of https://github.com/rancher/ui.git
when upgrading mc app ensure we are using a fresh copy of mc app
rancher/rancher#24057
This commit is contained in:
parent
436e8eebf0
commit
62ef5bc39d
|
|
@ -62,7 +62,7 @@ export default Route.extend({
|
|||
set(neuApp, 'targets', neuTargets);
|
||||
}
|
||||
} else {
|
||||
neuApp = results.app;
|
||||
neuApp = results.app.clone();
|
||||
}
|
||||
} else {
|
||||
let defaultAnswwer = store.createRecord({
|
||||
|
|
|
|||
Loading…
Reference in New Issue