@bigbinary/neeto-webhooks-frontend 1.6.11 → 1.6.13

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/index.js CHANGED
@@ -793,7 +793,7 @@ var Deliveries = function Deliveries(_ref) {
793
793
  var _useParams = useParams(),
794
794
  webhookId = _useParams.webhookId;
795
795
  var _useFetchDeliveries = useFetchDeliveries({
796
- webhookId: webhookId,
796
+ sid: webhookId,
797
797
  page: pageNumber,
798
798
  pageSize: DEFAULT_PAGE_SIZE
799
799
  }),
@@ -1129,7 +1129,7 @@ var buildColumns = function buildColumns(_ref6) {
1129
1129
  }, /*#__PURE__*/React.createElement(Button, {
1130
1130
  style: "link",
1131
1131
  to: buildUrl(deliveriesPath, {
1132
- webhookId: webhook.id
1132
+ webhookId: webhook.sid
1133
1133
  })
1134
1134
  }, endpoint), /*#__PURE__*/React.createElement(MoreDropdown, {
1135
1135
  dropdownProps: {