Start integrating the onboarding flow with backend 11
This commit is contained in:
@@ -123,7 +123,7 @@ export const useOnboarding = () => {
|
||||
): Promise<boolean> => {
|
||||
const result = await salesProcessing.processFile(file, onProgress);
|
||||
if (result.success) {
|
||||
updateStepData('data-processing', {
|
||||
updateStepData('sales-validation', {
|
||||
files: { salesData: file },
|
||||
processingStage: 'completed',
|
||||
processingResults: result.validationResults,
|
||||
|
||||
Reference in New Issue
Block a user