ai_onboarding: Read the plan from the CloudUserStore
(#35451)
This PR updates the AI onboarding to read the plan from the `CloudUserStore` so that we don't need to connect to Collab. Release Notes: - N/A
This commit is contained in:
parent
72d354de6c
commit
f8673dacf5
4 changed files with 10 additions and 10 deletions
|
@ -697,6 +697,7 @@ impl AgentPanel {
|
|||
let onboarding = cx.new(|cx| {
|
||||
AgentPanelOnboarding::new(
|
||||
user_store.clone(),
|
||||
cloud_user_store.clone(),
|
||||
client,
|
||||
|_window, cx| {
|
||||
OnboardingUpsell::set_dismissed(true, cx);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue