mirror of https://github.com/rancher/ui.git
build
This commit is contained in:
parent
090a4bfa5b
commit
31bae17cd2
|
|
@ -33,6 +33,7 @@ export default Component.extend(ViewNewEdit, ChildHook, {
|
||||||
if ( get(this, 'model.targetWorkloads').some((target) => target.namespaceId !== get(this, 'namespace.id')) ) {
|
if ( get(this, 'model.targetWorkloads').some((target) => target.namespaceId !== get(this, 'namespace.id')) ) {
|
||||||
set(this, 'model.targetWorkloadIds', null);
|
set(this, 'model.targetWorkloadIds', null);
|
||||||
set(this, 'recordType', null);
|
set(this, 'recordType', null);
|
||||||
|
|
||||||
next(() => {
|
next(() => {
|
||||||
set(this, 'recordType', 'workload');
|
set(this, 'recordType', 'workload');
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue