Signed-off-by: Francesco Torchia <francesco.torchia@suse.com>
This commit is contained in:
Francesco Torchia 2024-11-05 14:50:52 +01:00
parent 9f9f09b977
commit 81d07a5f57
No known key found for this signature in database
GPG Key ID: E6D011B7415D4393

View File

@ -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) => {