Skip to content

Commit

Permalink
feat(setup-wizard): Pass distinct origin to project create (#86089)
Browse files Browse the repository at this point in the history
Will enable us to track project creation via wizard as soon as
#86088 is merged.

- closes #85341
  • Loading branch information
ArthurKnaus authored Feb 28, 2025
1 parent e6c385f commit 90220bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export function useCreateProjectFromWizard() {
name: params.name,
platform: params.platform,
default_rules: true,
origin: 'ui',
origin: 'wizard-ui',
},
});
},
Expand Down

0 comments on commit 90220bc

Please sign in to comment.