Skip to content

Commit

Permalink
fix termination dialogue appearing when canceling asset backfills
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiedemaria committed Aug 13, 2024
1 parent 02249c2 commit da1a9c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export const BackfillTerminationDialog = ({backfill, onClose, onComplete}: Props
)}
</DialogFooter>
</Dialog>
{unfinishedMap && (
{(!backfill.isAssetBackfill && unfinishedMap) && (
<TerminationDialog
isOpen={
!!backfill &&
Expand Down

0 comments on commit da1a9c2

Please sign in to comment.