Skip to content

Commit

Permalink
Merge branch 'main' into feature/test
Browse files Browse the repository at this point in the history
  • Loading branch information
shahargl authored Dec 27, 2024
2 parents 1c5837b + 995e8e2 commit a1911b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keep-ui/app/(keep)/providers/provider-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ const ProviderForm = ({

<div className="w-full mt-2" key="install_webhook">
{provider.can_setup_webhook && !installedProvidersMode && (
<div className={`${isLocalhost ? "bg-gray-100 p-2" : ""}`}>
<div className={`${isLocalhost ? "bg-gray-100 p-2 rounded-tremor-default" : ""}`}>
<div className="flex items-center">
<input
type="checkbox"
Expand Down

0 comments on commit a1911b2

Please sign in to comment.