diff --git a/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/WebhookHistory/sub-components/WebhookHistoryTable/HistoryRowView/HistoryRowContent.js b/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/WebhookHistory/sub-components/WebhookHistoryTable/HistoryRowView/HistoryRowContent.js index b4d6c9b949..f8965ef948 100644 --- a/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/WebhookHistory/sub-components/WebhookHistoryTable/HistoryRowView/HistoryRowContent.js +++ b/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/WebhookHistory/sub-components/WebhookHistoryTable/HistoryRowView/HistoryRowContent.js @@ -5,8 +5,6 @@ import styled from "styled-components"; import Text from "@docspace/components/text"; import RowContent from "@docspace/components/row-content"; -import { NoBoxShadowToast } from "../../../../styled-components"; - import { StatusBadge } from "../../../../sub-components/StatusBadge"; const StyledRowContent = styled(RowContent)` @@ -46,7 +44,6 @@ export const HistoryRowContent = ({ sectionWidth, historyItem }) => { {formattedDelivery} - diff --git a/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/WebhookHistory/sub-components/WebhookHistoryTable/HistoryTableView/HistoryTableRow.js b/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/WebhookHistory/sub-components/WebhookHistoryTable/HistoryTableView/HistoryTableRow.js index 2f51b09215..d4f4493f1e 100644 --- a/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/WebhookHistory/sub-components/WebhookHistoryTable/HistoryTableView/HistoryTableRow.js +++ b/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/WebhookHistory/sub-components/WebhookHistoryTable/HistoryTableView/HistoryTableRow.js @@ -11,7 +11,6 @@ import Text from "@docspace/components/text"; import Checkbox from "@docspace/components/checkbox"; import { StatusBadge } from "../../../../sub-components/StatusBadge"; -import { NoBoxShadowToast } from "../../../../styled-components"; import toastr from "@docspace/components/toast/toastr"; import RetryIcon from "PUBLIC_DIR/images/refresh.react.svg?url"; @@ -76,7 +75,6 @@ const HistoryTableRow = (props) => { {item.id} -