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

1598/title length limit #1603

Closed

Conversation

chrissolanilla
Copy link

For issue #1598 , if a creator enters in a title with a length of 101 characters or more it will return a 403 error.

Changes::
In the const save = (instanceName, qset, version = 1) => { part of the code before it does anything I first get the length of instanceName and check if its greater than 100. If it is then I run the built in setAlertDialog({ function and return early notifying to the creator that the title length is too long.

cayb0rg and others added 29 commits June 27, 2024 12:02
…-react-query-retry

Added retry: false to react queries with error states
…ncludes links to Materia and support options
…-pre-embed-view

Improves widget pre-embed views
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.

3 participants