mirror of https://github.com/rancher/ui.git
Fix run scan issue with invalid skip config
https://github.com/rancher/rancher/issues/26248
This commit is contained in:
parent
e2f0dc795b
commit
bbaad1a469
|
|
@ -133,7 +133,7 @@ export default Service.extend({
|
||||||
|
|
||||||
return skips;
|
return skips;
|
||||||
} catch (ex) {
|
} catch (ex) {
|
||||||
return {};
|
return [];
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue