## Issues & Solutions 1. **Issue**: Webhook is configured, but dropdown allows selecting other providers without effect. **Solution**: Disable dropdown when a webhook is active. 2. **Issue**: Signing secret and tokens are handled as normal text. **Solution**: Store securely using the environment store (like other API keys). 3. **Enhancement**: Add icons in the dropdown for better UI. 4. **Issue**: "Require authentication" checkbox in generic webhook is clickable only on the checkbox. **Solution**: Make both the title and checkbox clickable.
Issues & Solutions
Issue: Webhook is configured, but dropdown allows selecting other providers without effect.
Solution: Disable dropdown when a webhook is active.
Issue: Signing secret and tokens are handled as normal text.
Solution: Store securely using the environment store (like other API keys).
Enhancement: Add icons in the dropdown for better UI.
Issue: "Require authentication" checkbox in generic webhook is clickable only on the checkbox.
Solution: Make both the title and checkbox clickable.