Skip to content

Commit

Permalink
Merge branch 'main' into fix/SILVA-566
Browse files Browse the repository at this point in the history
  • Loading branch information
paulushcgcj authored Nov 12, 2024
2 parents 605e140 + 0c581ef commit 6e41245
Showing 1 changed file with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -362,11 +362,9 @@ const SearchScreenDataTable: React.FC<ISearchScreenDataTable> = ({

{rows.length <= 0 ? (
<EmptySection
pictogram="Magnify"
title={"There are no openings to show yet"}
description={
"Your recent openings will appear here once you generate one"
}
pictogram="UserSearch"
title={"Results not found"}
description={"Check spelling or try different parameters"}
fill="#0073E6"
/>
) : null}
Expand Down

0 comments on commit 6e41245

Please sign in to comment.