mirror of
https://github.com/harvester/harvester-ui-extension.git
synced 2025-12-14 05:31:44 +00:00
Lint
Signed-off-by: Francesco Torchia <francesco.torchia@suse.com>
This commit is contained in:
parent
9f9f09b977
commit
81d07a5f57
@ -126,7 +126,7 @@ export default {
|
|||||||
resource.remove({ url: `${ parsed.pathname }?${ removedDisks }propagationPolicy=Foreground` });
|
resource.remove({ url: `${ parsed.pathname }?${ removedDisks }propagationPolicy=Foreground` });
|
||||||
})).then((_results) => {
|
})).then((_results) => {
|
||||||
if ( goTo && !isEmpty(goTo) ) {
|
if ( goTo && !isEmpty(goTo) ) {
|
||||||
this.value?.[0]?.currentRouter().push(goTo)
|
this.value?.[0]?.currentRouter().push(goTo);
|
||||||
}
|
}
|
||||||
this.close();
|
this.close();
|
||||||
}).catch((err) => {
|
}).catch((err) => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user