PromucFlow_constructor/app/client
Ayush Pahwa d220ed428a
Skipping parse of empty array response (#14502)
- When we get a response from API, the data can be either null, undefined, not an array and an array but with no data
- We had handled for everything else except the case of empty array
- This commit fixes that

- We run a query which will return an empty array as response
- We check if application is crashing because of this
2022-06-15 10:59:57 +05:30
..
cypress Skipping parse of empty array response (#14502) 2022-06-15 10:59:57 +05:30
docker
generators
patches
perf chore: Fix the typo in login credentials (#13536) 2022-05-06 10:46:48 +05:30
public
src Skipping parse of empty array response (#14502) 2022-06-15 10:59:57 +05:30
test fix: AppViewer init and page fetch logic (#14294) 2022-06-10 18:22:59 +00:00
typings
.babelrc
.dockerignore
.editorconfig
.eslintrc.json
.flowconfig
.gitignore
.huskyrc
.lintstagedrc
.nvmrc chore: Update node version to 16.15.0 LTS (#14094) 2022-05-26 16:05:02 +05:30
.prettierignore
.prettierrc
.sentryclirc
build.sh
craco.build.config.js
craco.common.config.js chore: remove minifying in dev to ease debugging (#12940) 2022-04-18 13:51:36 +05:30
craco.dev.config.js chore: remove minifying in dev to ease debugging (#12940) 2022-04-18 13:51:36 +05:30
cypress_fat.json
cypress.env.json feat: App Theming (#9714) 2022-05-04 15:15:57 +05:30
cypress.json Updating Mongo DB name to match Mongo TED database name (#14389) 2022-06-09 12:21:46 +05:30
Dockerfile Added healthcheck for editor with https (#13947) 2022-05-27 17:05:21 +05:30
gitbook-algolia-lambda.js chore: replace deprecated String.prototype.substr() (#11928) 2022-04-13 12:30:38 +05:30
index.tsx
jest.config.js fix: update jest env and testtimeout (#14178) 2022-05-30 17:52:54 +05:30
netlify.toml
package.json feat: Rich Text Editor enable browser spellcheck (#13886) 2022-06-08 14:35:35 +05:30
README.md chore: Removing jest test coverage because of node version mismatch (#14230) 2022-06-01 17:43:03 +05:30
README.old.md
start-https.sh Fix error with start-https.sh on directory with space in it (#12566) 2022-04-05 20:09:05 +05:30
stats.json
tailwind.config.js feat: App Theming (#9714) 2022-05-04 15:15:57 +05:30
tsconfig.json
tsconfig.path.json
vercel.json
yarn.lock feat: Rich Text Editor enable browser spellcheck (#13886) 2022-06-08 14:35:35 +05:30

Appsmith Client

This project was bootstrapped with Create React App.

For details on setting up your development machine, please refer to the Setup Guide