Skip to content

Commit

Permalink
feat: cr
Browse files Browse the repository at this point in the history
  • Loading branch information
shahargl committed Sep 24, 2024
1 parent 203e9ed commit 9dc8ea7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions keep-ui/app/deduplication/DeduplicationPlaceholder.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ export const DeduplicationPlaceholder = () => {
</div>
<DeduplicationSankey className="max-w-full" />
</Card>
{/* <CorrelationSidebar
isOpen={isSidebarOpen}
toggle={() => setIsSidebarOpen(!isSidebarOpen)}
/> */}
</Fragment>
);
};
2 changes: 1 addition & 1 deletion keep-ui/next-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
/// <reference types="next/navigation-types/compat/navigation" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.
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.24.5"
version = "0.25.0"
description = "Alerting. for developers, by developers."
authors = ["Keep Alerting LTD"]
readme = "README.md"
Expand Down

0 comments on commit 9dc8ea7

Please sign in to comment.