Skip to content

Commit

Permalink
feat: alert rule history enable/disable toggle UI
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadshaheer committed Aug 15, 2024
1 parent 3e39df4 commit f3bf52d
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import './actionButtons.styles.scss';

import { Button, Divider, Dropdown, MenuProps, Tooltip } from 'antd';
import { Button, Divider, Dropdown, MenuProps, Switch, Tooltip } from 'antd';
import { Copy, Ellipsis, PenLine, Trash2 } from 'lucide-react';
import CopyToClipboard from 'periscope/components/CopyToClipboard';
import React from 'react';
Expand Down Expand Up @@ -29,6 +29,8 @@ const menuStyle: React.CSSProperties = {
function AlertActionButtons(): JSX.Element {
return (
<div className="alert-action-buttons">
{/* TODO(shaheer): handle submitting data */}
<Switch size="small" />
<CopyToClipboard textToCopy={window.location.href} />

<Divider type="vertical" />
Expand Down

0 comments on commit f3bf52d

Please sign in to comment.