Skip to content

Commit

Permalink
Update empty table text for Data Submissions List and Submission Requ…
Browse files Browse the repository at this point in the history
…est List tables
  • Loading branch information
Alejandro-Vega committed Jan 23, 2025
1 parent bc7a903 commit 1b13595
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 1b13595

Please sign in to comment.