1
0
Fork 0
mirror of synced 2024-09-20 11:27:56 +12:00
budibase/packages/builder/src/builderStore
Andrew Kingston 91a3707527 Generate bindings for unsaved "Update State" actions (#9508)
* Ensure update state actions have a binding for their own key

* Make own binding generation more futureproof

* Refactor array.find to array.some

* Move state binding generation up a level to account for all actions needing to be able to reference newly created state bindings
2023-02-01 17:53:50 +00:00
..
store Added new onboarding tour flow for builder 2023-01-23 00:32:01 +00:00
componentUtils.js Remove log 2022-11-23 12:33:14 +00:00
dataBinding.js Generate bindings for unsaved "Update State" actions (#9508) 2023-02-01 17:53:50 +00:00
datasource.js Renaming data source -> datasource as per Mel's request. 2022-09-14 12:11:20 +01:00
index.js Merge commit 2022-09-13 11:52:31 +01:00
schemaGenerator.js Moving generation to builder because it reduces API calls and has no reason to be carried out server-side, handling array/object schema generation correctly. 2021-11-29 17:11:08 +00:00
utils.js