You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a very strange behaviour where I have a List component inside my App. In that List component, I added a Module in it. In the Event Handler, I added some JS code and that got saved. I added some more code in it, and refreshed the page, but the newly added code got removed and didn't save.
Expected Behavior
JS code should not get removed from the Module Event Handler.