codeant-ai-for-open-source[bot] commented on code in PR #32995:
URL: https://github.com/apache/superset/pull/32995#discussion_r3557993931


##########
superset-frontend/src/features/dashboards/DashboardCard.tsx:
##########
@@ -41,7 +43,7 @@ interface DashboardCardProps {
   openDashboardEditModal?: (d: Dashboard) => void;
   saveFavoriteStatus: (id: number, isStarred: boolean) => void;
   favoriteStatus: boolean;
-  userId?: string | number;
+  user?: { userId?: string | number };

Review Comment:
   ✅ **Customized review instruction saved!**
   
   **Instruction:**
   > When reviewing DashboardCard typing, limit comments to the prop mismatch 
in the current component; do not request upstream refactors of ChartListProps 
or DashboardListProps that are outside the scope of this PR.
   
   **Applied to:**
     - `superset-frontend/src/features/dashboards/**`
   
   ---
   💡 *To manage or update this instruction, visit: [CodeAnt AI 
Settings](https://app.codeant.ai/org/settings/learnings)*



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to