The error says: "Cannot save event with not completed data! Discard changes?"
I am not sure what it wants. If I say yes it erases the event I am trying to create, if I say no then it leaves me on the screen. I am using firefox. Can you help me
The error says: "Cannot save event with not completed data! Discard changes?"
I am not sure what it wants. If I say yes it erases the event I am trying to create, if I say no then it leaves me on the screen. I am using firefox. Can you help me
Hello! After what step did you get this error?
Could you send us screenshot?
Ok, I reproduced it. Looks like a bug. We'll fix it.
I'm also getting this error. Can't complete the tuturoial...
Here is a workaround. Run this code on page load:
code
var input = localStorage.getItem('text');
Tiggzi('Output').text(input);
/code