DEV: Updates to reflect core PR changes

This commit is contained in:
Keegan George 2023-10-06 11:08:38 -07:00
parent d68c586b91
commit f19f00d14a
No known key found for this signature in database
GPG Key ID: 91B40E38537AC000
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ export default class AIHelperOptionsMenu extends Component {
@action
async showAIHelperOptions() {
this.args.outletArgs.hidePrimaryActions();
this.args.outletArgs.togglePrimaryActions(false);
this.menuState = this.MENU_STATES.options;
}