@bigbinary/neeto-webhooks-frontend 1.6.12 → 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.cjs.js CHANGED
@@ -827,7 +827,7 @@ var Deliveries = function Deliveries(_ref) {
827
827
  var _useParams = reactRouterDom.useParams(),
828
828
  webhookId = _useParams.webhookId;
829
829
  var _useFetchDeliveries = useFetchDeliveries({
830
- webhookId: webhookId,
830
+ sid: webhookId,
831
831
  page: pageNumber,
832
832
  pageSize: constants.DEFAULT_PAGE_SIZE
833
833
  }),
@@ -1163,7 +1163,7 @@ var buildColumns = function buildColumns(_ref6) {
1163
1163
  }, /*#__PURE__*/React__default["default"].createElement(neetoui.Button, {
1164
1164
  style: "link",
1165
1165
  to: utils.buildUrl(deliveriesPath, {
1166
- webhookId: webhook.id
1166
+ webhookId: webhook.sid
1167
1167
  })
1168
1168
  }, endpoint), /*#__PURE__*/React__default["default"].createElement(MoreDropdown__default["default"], {
1169
1169
  dropdownProps: {