rusackas commented on a change in pull request #15853:
URL: https://github.com/apache/superset/pull/15853#discussion_r678682324
##########
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:
Is it worth reconsidering this limit, now that we show more things?
--
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]