[Bug]: Incorrectly calls "eventName" on template changes; it should be appsmith.triggerEvent("onResetClick");
instead.
#37395
Labels
Bug
Something isn't working
Community Reported
issues reported by community members
Custom Widgets
For all issues related to the custom widget project
Inviting Contribution
Issues that we would like contributions to
Low
An issue that is neither critical nor breaks a user flow
Needs Triaging
Needs attention from maintainers to triage
Production
Widgets & Accelerators Pod
Issues related to widgets & Accelerators
Widgets Product
This label groups issues related to widgets
Is there an existing issue for this?
Description
Example code template that is prepared when switching to something else (Vanilla JS, React and Vue) has an incorrect function calling name. It only occurs when the template is changed, but the code that is provided as the default is normal.
Steps To Reproduce
eventName
, which should beappsmith.triggerEvent("onResetClick");
not isappsmith.triggerEvent("onReset");
Public Sample App
No response
Environment
Production
Severity
Low (Cosmetic UI issues)
Issue video log
https://jam.dev/c/13359e04-04bb-4cc3-9131-403652a89ceb
Version
Cloud - v1.49.0-SNAPSHOT
The text was updated successfully, but these errors were encountered: