remove log
This commit is contained in:
parent
a3750a2c5b
commit
edc2f438c2
|
@ -26,7 +26,6 @@
|
||||||
await backendUiStore.actions.datasources.delete(datasource)
|
await backendUiStore.actions.datasources.delete(datasource)
|
||||||
notifier.success("Datasource deleted")
|
notifier.success("Datasource deleted")
|
||||||
// navigate to first index page if the source you are deleting is selected
|
// navigate to first index page if the source you are deleting is selected
|
||||||
console.log('Is the same? ', wasSelectedSource === datasource._id)
|
|
||||||
if (wasSelectedSource === datasource._id) {
|
if (wasSelectedSource === datasource._id) {
|
||||||
$goto('./datasource')
|
$goto('./datasource')
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue