Skip to content

Commit

Permalink
Merge pull request #604 from CBIIT/CRDCDH-2295
Browse files Browse the repository at this point in the history
CRDCDH-2295 Updated empty table placeholder text for Data Submission List and Submission Request List
  • Loading branch information
amattu2 authored Jan 23, 2025
2 parents bc7a903 + 1b13595 commit aad3919
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/content/dataSubmissions/DataSubmissionsListView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ const ListingView: FC = () => {
defaultOrder="desc"
disableUrlParams={false}
position="bottom"
noContentText="There are no data submissions associated with your account"
noContentText="You either do not have the appropriate permissions to view data submissions, or there are no data submissions associated with your account."
onFetchData={handleFetchData}
containerProps={{
sx: {
Expand Down
2 changes: 1 addition & 1 deletion src/content/questionnaire/ListView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ const ListingView: FC = () => {
defaultRowsPerPage={20}
defaultOrder="desc"
position="bottom"
noContentText="There are no submission requests associated with your account"
noContentText="You either do not have the appropriate permissions to view submission requests, or there are no submission requests associated with your account."
onFetchData={handleFetchData}
containerProps={{
sx: {
Expand Down

0 comments on commit aad3919

Please sign in to comment.