Remove unused tab finder methods from Explorer (#549)

This commit is contained in:
Jordi Bunster
2021-04-13 10:42:00 -07:00
committed by GitHub
parent 41800f9ee5
commit f449328f26
5 changed files with 15 additions and 50 deletions

View File

@@ -208,7 +208,7 @@ export default class StoredProcedureTab extends ScriptTabBase {
iconSrc: ExecuteQueryIcon,
iconAlt: label,
onCommandClick: () => {
this.collection && this.collection.container.openExecuteSprocParamsPanel();
this.collection && this.collection.container.openExecuteSprocParamsPanel(this.node);
},
commandButtonLabel: label,
ariaLabel: label,