@bigbinary/neeto-webhooks-frontend 2.1.2 → 2.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -878,7 +878,7 @@ var Details = function Details(_ref) {
|
|
|
878
878
|
})
|
|
879
879
|
}), /*#__PURE__*/jsxRuntime.jsxs(Pane__default["default"].Footer, {
|
|
880
880
|
className: "gap-x-2",
|
|
881
|
-
children: [
|
|
881
|
+
children: [(delivery === null || delivery === void 0 ? void 0 : delivery.eventId) && /*#__PURE__*/jsxRuntime.jsx(Button__default["default"], {
|
|
882
882
|
disabled: isRedelivering,
|
|
883
883
|
label: t("neetoWebhooks.delivery.redeliver"),
|
|
884
884
|
loading: isRedelivering,
|
|
@@ -1642,7 +1642,7 @@ var Webhooks = function Webhooks(_ref) {
|
|
|
1642
1642
|
children: /*#__PURE__*/jsxRuntime.jsx(NoData__default["default"], {
|
|
1643
1643
|
title: t("neetoWebhooks.webhook.empty"),
|
|
1644
1644
|
helpText: /*#__PURE__*/jsxRuntime.jsx(Button__default["default"], {
|
|
1645
|
-
href:
|
|
1645
|
+
href: HELP_LINK_URLS.webhook,
|
|
1646
1646
|
label: t("neetoWebhooks.webhook.emptyHelpText"),
|
|
1647
1647
|
rel: "noreferrer",
|
|
1648
1648
|
style: "link",
|