We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I was trying to save article with empty content.
I expected that there will be an error "Fill the required field" or the article will be saved with empty content correctly.
I saw was that there is now an article with {"blocks":[]} content. And also it is impossible to delete it via admin panel.
{"blocks":[]}
https://codex.so/article/341
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Short description
I was trying to save article with empty content.
Expected behaviour
I expected that there will be an error "Fill the required field" or the article will be saved with empty content correctly.
Actual behaviour
I saw was that there is now an article with
{"blocks":[]}
content. And also it is impossible to delete it via admin panel.Steps to reproduce
https://codex.so/article/341
The text was updated successfully, but these errors were encountered: