@bigbinary/neeto-webhooks-frontend 1.6.9 → 1.6.10
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 +1 -0
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -1328,6 +1328,7 @@ var AddWebhookPane = function AddWebhookPane(_ref) {
|
|
|
1328
1328
|
label: t("neetoWebhooks.webhook.active"),
|
|
1329
1329
|
name: "isActive"
|
|
1330
1330
|
}), !isSecretInputFieldVisible && /*#__PURE__*/React.createElement(Button, {
|
|
1331
|
+
"data-cy": "add-secret-key",
|
|
1331
1332
|
icon: Plus,
|
|
1332
1333
|
label: t("neetoWebhooks.buttons.addSecretKey"),
|
|
1333
1334
|
style: "text",
|