Skip to content

Commit

Permalink
fix(ui): cancel creates the rule (#2271)
Browse files Browse the repository at this point in the history
  • Loading branch information
shahargl authored Oct 23, 2024
1 parent 30bce49 commit 0290686
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions keep-ui/app/deduplication/DeduplicationSidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -535,6 +535,7 @@ const DeduplicationSidebar: React.FC<DeduplicationSidebarProps> = ({
color="orange"
variant="secondary"
onClick={handleToggle}
type="button"
className="border border-orange-500 text-orange-500"
>
Cancel
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "keep"
version = "0.27.0"
version = "0.27.1"
description = "Alerting. for developers, by developers."
authors = ["Keep Alerting LTD"]
readme = "README.md"
Expand Down

0 comments on commit 0290686

Please sign in to comment.