Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added a request access button to the access request tab #824

Merged
merged 2 commits into from
Nov 3, 2023

Conversation

ARADDCC002
Copy link
Member

No description provided.

if (isAccessRequestsError) {
return <MessageAlert message={isAccessRequestsError.info.message} severity='error' />
}

return (
<Box sx={{ maxWidth: '900px', mx: 'auto', my: 4 }}>
<Stack spacing={4}>
<Box sx={{ textAlign: 'right' }}>
<Button variant='outlined' onClick={requestAccess} disabled={!model.card}>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be a link, as opposed to a router push.

@a3957273 a3957273 merged commit 02f1da9 into main Nov 3, 2023
@a3957273 a3957273 deleted the feature/BAI-986-add-reuqest-button-to-tab branch November 3, 2023 10:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants