Skip to content

Commit

Permalink
Improve error message for integrations that are in-use (#891)
Browse files Browse the repository at this point in the history
  • Loading branch information
kenxu95 authored Jan 17, 2023
1 parent e8f4af6 commit 51e43e2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,8 @@ const DeleteIntegrationDialog: React.FC<Props> = ({
maxWidth="lg"
>
<DialogContent>
We cannot delete this integration because it is currently being used.
We cannot delete this integration because it is currently being used
by at least one workflow.
</DialogContent>
<DialogActions>
<Button onClick={onCloseDialog}>Dismiss</Button>
Expand Down

0 comments on commit 51e43e2

Please sign in to comment.