@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.
package/dist/NeetoWebhooks.js
CHANGED
|
@@ -829,7 +829,7 @@ var Details = function Details(_ref) {
|
|
|
829
829
|
})
|
|
830
830
|
}), /*#__PURE__*/jsxs(Pane.Footer, {
|
|
831
831
|
className: "gap-x-2",
|
|
832
|
-
children: [
|
|
832
|
+
children: [(delivery === null || delivery === void 0 ? void 0 : delivery.eventId) && /*#__PURE__*/jsx(Button, {
|
|
833
833
|
disabled: isRedelivering,
|
|
834
834
|
label: t("neetoWebhooks.delivery.redeliver"),
|
|
835
835
|
loading: isRedelivering,
|
|
@@ -1593,7 +1593,7 @@ var Webhooks = function Webhooks(_ref) {
|
|
|
1593
1593
|
children: /*#__PURE__*/jsx(NoData, {
|
|
1594
1594
|
title: t("neetoWebhooks.webhook.empty"),
|
|
1595
1595
|
helpText: /*#__PURE__*/jsx(Button, {
|
|
1596
|
-
href:
|
|
1596
|
+
href: HELP_LINK_URLS.webhook,
|
|
1597
1597
|
label: t("neetoWebhooks.webhook.emptyHelpText"),
|
|
1598
1598
|
rel: "noreferrer",
|
|
1599
1599
|
style: "link",
|