Skip to content

Commit

Permalink
This needs to go way earlier in the stack of PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
zadjii-msft committed Jul 6, 2023
1 parent 2080b92 commit d3e572d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cascadia/TerminalApp/TerminalPage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4681,7 +4681,7 @@ namespace winrt::TerminalApp::implementation
{
co_return;
}
const auto& sxnUi{ SuggestionsElement() };
const auto& sxnUi{ LoadSuggestionsUI() };

sxnUi.Mode(mode);
sxnUi.FilterText(filterText);
Expand Down

0 comments on commit d3e572d

Please sign in to comment.