mirror of
https://github.com/Fabio286/antares.git
synced 2025-06-05 21:59:22 +02:00
refactor: adaptation of row deletion and modification functions due last commits
This commit is contained in:
@ -80,8 +80,8 @@ export default {
|
||||
return this.getWorkspace(this.connection.uid);
|
||||
},
|
||||
schema () {
|
||||
if ('fields' in this.results && this.results.fields.length)
|
||||
return this.results.fields[0].db;
|
||||
if ('fields' in this.results && this.results[this.selectedResultsset].fields.length)
|
||||
return this.results[this.selectedResultsset].fields[0].db;
|
||||
return this.workspace.breadcrumbs.schema;
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user