@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 +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 +4 -4
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
|
-
|
|
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.
|
|
1132
|
+
webhookId: webhook.sid
|
|
1133
1133
|
})
|
|
1134
1134
|
}, endpoint), /*#__PURE__*/React.createElement(MoreDropdown, {
|
|
1135
1135
|
dropdownProps: {
|