1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-10-04 11:17:02 +02:00
unleash.unleash/frontend/src/component/incomingWebhooks
Nuno Góis 3dd188e77c
refactor: shared url_safe_basic constant (#5952)
Uses a new `URL_SAFE_BASIC` regex constant that checks for characters
that are commonly used in URL path sections: alphanumeric lowercase
characters, dashes and underscores.

This will allow us to re-use this constant in our server-side
validation.
2024-01-18 12:33:33 +00:00
..
IncomingWebhooksModal refactor: shared url_safe_basic constant (#5952) 2024-01-18 12:33:33 +00:00
IncomingWebhooksTable Chore inc webhooks modal form (#5938) 2024-01-18 11:38:05 +00:00
IncomingWebhooks.tsx chore: incoming webhooks table (#5837) 2024-01-11 12:05:14 +00:00