Skip to content

Add status message for no Applications #1139

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

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from
Open

Add status message for no Applications #1139

wants to merge 2 commits into from

Conversation

himaniraghav3
Copy link
Collaborator

Related JIRA Ticket:

https://topcoder.atlassian.net/browse/PM-1269

What's in this PR?

Adds a status message for when there are no Applications on a copilot opportunity

<Table
columns={tableColumns}
data={tableData}
disableSorting
removeDefaultSort
preventDefault
/>
)
) : (
<div className={styles.noApplications}>

Choose a reason for hiding this comment

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

Consider using a more descriptive class name for styles.noApplications to clearly indicate its purpose, such as styles.noApplicationsMessage.

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.

1 participant