1
0
Fork 0
mirror of synced 2024-08-15 10:01:34 +12:00
budibase/packages/builder
Andrew Kingston cadadca048 Generate option inclusion constraint (#9647)
* Fix options inclusion constrant not being generated when creating a table from file upload

* Fix 0 being treated as null when specifying min and max constraints for number fields

* Sort newly generated option field inclusion constraints

* Revert previous solution and fix problem by removing incorrect local assignment statement
2023-02-10 11:00:20 +00:00
..
.vscode
assets Portal redesign (#9336) 2023-01-18 13:56:53 +00:00
build
scripts
src Generate option inclusion constraint (#9647) 2023-02-10 11:00:20 +00:00
ts Update package.json and file addition 2023-01-31 18:05:53 +00:00
.gitignore
babel.config.js
CONTRIBUTING.md
index.html
LICENSE.md
nuxt.config.js
package.json v2.3.7 2023-02-10 09:12:01 +00:00
README.md
reporterConfig.json
routify.config.js
setup.js Minor changes 2023-02-01 15:56:00 +00:00
testConfig.json Minor changes 2023-02-01 15:56:00 +00:00
tsconfig.build.json
tsconfig.json
vite.config.js New App Onboarding (#9489) 2023-01-31 19:34:32 +00:00
yarn.lock Updates to use our new Nano layer for CouchDB integration rather than PouchDB. 2023-01-31 19:49:31 +00:00

Get Started

yarn install

Vite dev server (port 3000): yarn run dev Build yarn run build