pkdotson commented on a change in pull request #15853:
URL: https://github.com/apache/superset/pull/15853#discussion_r678813419
##########
File path: superset-frontend/src/views/CRUD/welcome/Welcome.tsx
##########
@@ -106,9 +116,17 @@ const WelcomeNav = styled.div`
`;
function Welcome({ user, addDangerToast }: WelcomeProps) {
+ const userid = user.userId;
+ const id = userid.toString();
const recent = `/superset/recent_activity/${user.userId}/?limit=6`;
Review comment:
I'm not sure. This seem to be an issue for people when fetching recents
so I adding more here might cause some performance issues.
--
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]