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

PADV-1971: Remove Course selection on CoursesPage #11

Merged
merged 1 commit into from
Jan 17, 2025
Merged

Conversation

kuipumu
Copy link
Collaborator

@kuipumu kuipumu commented Jan 15, 2025

Tickets

Description

This PR removes the ability to select and submit the Courses from the CoursesPage list, this is because this list should only be used to get a list of Classes from a Course on the list.

@kuipumu kuipumu requested review from bra-i-am and AuraAlba January 15, 2025 20:28
}) => (
<Row className="justify-content-center my-4">
<Col>
<DataTable
isSelectable
isSelectable={isSelectable}

Choose a reason for hiding this comment

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

If this is not a custom prop or you don't modify its value is better to pass just props: https://github.com/Pearson-Advance/frontend-app-institution-portal/blob/master/src/features/Main/Table/index.jsx#L20
so you don't have to define every prop

@kuipumu kuipumu merged commit f518052 into main Jan 17, 2025
1 of 2 checks passed
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.

3 participants