feat: Implement core application structure with new dashboard, settings, and help pages, and enhance opportunities management with persistence and filtering.
This commit is contained in:
@@ -70,6 +70,6 @@ export const addDataSource = mutation({
|
||||
});
|
||||
}
|
||||
|
||||
return sourceId;
|
||||
return { sourceId, projectId: projectId! };
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user