Update comments
This commit is contained in:
parent
cfa07a68ae
commit
53eceec978
|
@ -89,7 +89,7 @@ export function createDatasourcesStore() {
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
// Handles external updates of tables
|
// Handles external updates of datasources
|
||||||
const replaceDatasource = (datasourceId, datasource) => {
|
const replaceDatasource = (datasourceId, datasource) => {
|
||||||
if (!datasourceId) {
|
if (!datasourceId) {
|
||||||
return
|
return
|
||||||
|
|
Loading…
Reference in New Issue