Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: link modal validation #3147

Merged
merged 1 commit into from
Dec 15, 2023
Merged

Conversation

anmolsinghbhatia
Copy link
Collaborator

Problem:

The current link modal lacks validation for accepted link formats, causing potential issues when handling links entered by users.

Solution:

Implemented validation logic to accept only 'http://' and 'https://' in the link modal.

@sriramveeraghanta sriramveeraghanta merged commit 2edd2d9 into develop Dec 15, 2023
6 of 8 checks passed
@sriramveeraghanta sriramveeraghanta deleted the chore/link-modal-validation branch December 15, 2023 11:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[bug]: incorrect error when adding a link to a issue that doesnt start with http://|https://
2 participants