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
To reproduce:
Remove all of your categories
Add a new category by clicking on the Add category button
Click on the Edit button ()
Notice the errors:
I assume this error occurs because the first category gets ID null:
null
Saved classes [{"name":["New class"],"rule":{"type":"regex","regex":"FILL ME"},"id":null}]
After editing and saving, it looks like this:
Saved classes [{"name":["New edited class"],"rule":{"type":"regex","regex":"FILL ME"},"id":0,"data":{}}]
12.6.1
113.0b3
v0.12.3b1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
To reproduce:
Remove all of your categories
Add a new category by clicking on the Add category button
Click on the Edit button ()
Notice the errors:
I assume this error occurs because the first category gets ID
null
:After editing and saving, it looks like this:
12.6.1
113.0b3
(the same problem is probably reproducible in all browsers)v0.12.3b1
The text was updated successfully, but these errors were encountered: