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

[#12679] Copying feedback session: Name for copied session should not be whitespace #13191

Open
wants to merge 14 commits into
base: master
Choose a base branch
from

Conversation

bobeydobey
Copy link

@bobeydobey bobeydobey commented Oct 24, 2024

Fixes #12679

Outline of Solution
Created a new validateName method that checks if the inputted name is a whitespace or is null. Then, the boolean from this method is used to both check if the error message should be displayed (name can't be empty) and also to set the clickability of the copy button.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Copying feedback session: Name for copied session should not be whitespace
2 participants