@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.cjs.js +2 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +8 -8
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
|
-
|
|
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.
|
|
1166
|
+
webhookId: webhook.sid
|
|
1167
1167
|
})
|
|
1168
1168
|
}, endpoint), /*#__PURE__*/React__default["default"].createElement(MoreDropdown__default["default"], {
|
|
1169
1169
|
dropdownProps: {
|