fix options

This commit is contained in:
zadam
2022-12-22 22:52:04 +01:00
parent a882ad41c5
commit 46f40ee534
4 changed files with 21 additions and 20 deletions

View File

@@ -89,7 +89,7 @@ export default class RootCommandExecutor extends Component {
}
async showOptionsCommand() {
await this.showAndHoistSubtree('options');
await this.showAndHoistSubtree('_options');
}
async showSQLConsoleHistoryCommand() {