Skip to content

Commit

Permalink
fix termination dialogue appearing when canceling asset backfills (#2…
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiedemaria authored Aug 13, 2024
1 parent 4c94668 commit ecc7552
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

1 comment on commit ecc7552

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for dagit-core-storybook ready!

✅ Preview
https://dagit-core-storybook-gj8mzfau3-elementl.vercel.app

Built with commit ecc7552.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.