Skip to content

Commit

Permalink
add backfill blank state (#8267)
Browse files Browse the repository at this point in the history
  • Loading branch information
prha committed Jun 8, 2022
1 parent f6ab196 commit c6aa327
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ const JobBackfills = ({
{({partitionSetOrError}) => {
const {backfills, pipelineName} = partitionSetOrError;

if (!backfills) {
if (backfills.length) {
return <NonIdealState title={`No backfills for ${pipelineName}`} icon="no-results" />;
}

Expand Down

0 comments on commit c6aa327

Please sign in to comment.