We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29779b9 commit e15c6c1Copy full SHA for e15c6c1
package.json
@@ -4,7 +4,7 @@
4
"private": true,
5
"homepage": "/dashboard",
6
"dependencies": {
7
- "@devtron-labs/devtron-fe-common-lib": "0.0.53",
+ "@devtron-labs/devtron-fe-common-lib": "0.0.54-beta-1",
8
"@rjsf/core": "^5.13.3",
9
"@rjsf/utils": "^5.13.3",
10
"@rjsf/validator-ajv8": "^5.13.3",
src/components/ciPipeline/Webhook/WebhookDetailsModal.tsx
@@ -370,6 +370,7 @@ export function WebhookDetailsModal({ close }: WebhookDetailType) {
370
onChange={handleTokenChange}
371
value={tryoutAPIToken}
372
error={showTryoutAPITokenError && WEBHOOK_NO_API_TOKEN_ERROR}
373
+ inputWrapperClassName="w-100"
374
/>
375
</div>
376
)
0 commit comments