mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +00:00
* added component specific action * remove the type from params of the action object * changed action and handle name * fire event on select * If the value is not a part of the set of available options, then the exposed value should be undefined * fixed the logic to set exposed variable to undefined for invalid option * removed console's * expose and use updateRegisteredAction to update action whenever dependencies change * Add support for dependencies in registerAction callback If dependencies are provided, the registerAction callback will update the action whenever the dependencies are updates. This is similar to how useEffect works. * Remove unnecesary code Co-authored-by: Sherfin Shamsudeen <sherfin94@gmail.com> |
||
|---|---|---|
| .. | ||
| __mocks__ | ||
| assets/images | ||
| config | ||
| ee/components/LoginPage | ||
| src | ||
| .dockerignore | ||
| .eslintrc.json | ||
| .gitignore | ||
| babel.config.js | ||
| firebase.json | ||
| package-lock.json | ||
| package.json | ||
| webpack.config.js | ||