PromucFlow_constructor/app/client
Ayangade Adeoluwa 12c66d5b3f
fix: Fix undefined value in updatedraftsagas (#23102)
An undefined value in the updateDraftsagas is causing the app to crash.
This PR prevents that from happening.

Fixes #22947

- Bug fix (non-breaking change which fixes an issue)


#### How Has This Been Tested?
> Please describe the tests that you ran to verify your changes. Also
list any relevant details for your test configuration.
> Delete anything that is not relevant
- [ ] Manual
- [ ] Jest
- [ ] Cypress
>
>
#### Test Plan
> Add Testsmith test cases links that relate to this PR
>
>
#### Issues raised during DP testing
> Link issues raised during DP testing for better visiblity and tracking
(copy link from comments dropped on this PR)
>
>
>
## Checklist:
#### Dev activity
- [ ] My code follows the style guidelines of this project
- [ ] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [ ] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my
feature works
- [ ] New and existing unit tests pass locally with my changes
- [ ] PR is being merged under a feature flag


#### QA activity:
- [ ] [Speedbreak
features](https://github.com/appsmithorg/TestSmith/wiki/Test-plan-implementation#speedbreaker-features-to-consider-for-every-change)
have been covered
- [ ] Test plan covers all impacted features and [areas of
interest](https://github.com/appsmithorg/TestSmith/wiki/Guidelines-for-test-plans/_edit#areas-of-interest)
- [ ] Test plan has been peer reviewed by project stakeholders and other
QA members
- [ ] Manually tested functionality on DP
- [ ] We had an implementation alignment call with stakeholders post QA
Round 2
- [ ] Cypress test cases have been added and approved by SDET/manual QA
- [ ] Added `Test Plan Approved` label after Cypress tests were reviewed
- [ ] Added `Test Plan Approved` label after JUnit tests were reviewed
2023-05-17 07:18:18 +05:30
..
.husky chore: improve husky and lint-staged checks (#21679) 2023-03-23 17:02:18 +05:30
cypress fix: show evaluated value for action selector fields (#23099) 2023-05-16 22:29:11 +05:30
docker chore: Remove login and signup related env variables from client (#22891) 2023-05-16 14:34:48 +05:30
generators chore: upgrade to prettier v2 + enforce import types (#21013)Co-authored-by: Satish Gandham <hello@satishgandham.com> Co-authored-by: Satish Gandham <satish.iitg@gmail.com> 2023-03-16 17:11:47 +05:30
packages fix: widgets-old package lint errors (#23348) 2023-05-15 17:23:24 +03:00
perf ci: run fat container docker inside perf tests and update setup-perf-test workflow to use localhost for accessing dev environment (#20280) 2023-02-07 15:56:41 +05:30
public chore: Remove login and signup related env variables from client (#22891) 2023-05-16 14:34:48 +05:30
src fix: Fix undefined value in updatedraftsagas (#23102) 2023-05-17 07:18:18 +05:30
test feat: Bundle optimization and first load improvements (#21667) 2023-05-11 10:56:03 +05:30
typings fix: display name validation (client) (#22938) 2023-05-04 18:29:57 +05:30
webpack feat: Bundle optimization and first load improvements (#21667) 2023-05-11 10:56:03 +05:30
.babelrc chore: Yarn workspaces + Storybook + WDS (#20776) 2023-03-03 12:17:35 +05:30
.dockerignore
.editorconfig
.eslintrc.js feat: Bundle optimization and first load improvements (#21667) 2023-05-11 10:56:03 +05:30
.gitignore feat: Bundle optimization and first load improvements (#21667) 2023-05-11 10:56:03 +05:30
.lintstagedrc chore: improve husky and lint-staged checks (#21679) 2023-03-23 17:02:18 +05:30
.nvmrc
.prettierignore ci: Add lint check to the build step (#21442) 2023-03-20 22:50:44 +05:30
.prettierrc chore: upgrade to prettier v2 + enforce import types (#21013)Co-authored-by: Satish Gandham <hello@satishgandham.com> Co-authored-by: Satish Gandham <satish.iitg@gmail.com> 2023-03-16 17:11:47 +05:30
.sentryclirc
build.sh ci: move yarn prebuild command to build.sh (#23227) 2023-05-11 18:35:32 +05:30
craco.build.config.js feat: Bundle optimization and first load improvements (#21667) 2023-05-11 10:56:03 +05:30
craco.common.config.js feat: Bundle optimization and first load improvements (#21667) 2023-05-11 10:56:03 +05:30
craco.dev.config.js chore: updated dependencies removed unused dependencies. (#19441) 2023-01-06 19:12:03 +05:30
cypress_ci.json test: Cypress Flaky fixes + Mock api update + PgAdminspec fix (#20032) 2023-02-02 13:29:24 +05:30
cypress.json Disable hot reloading of cypress tests (#22560) 2023-04-21 15:08:06 +05:30
Dockerfile
download-assets.js feat: util to serve images locally or via remote url (#22080) 2023-04-10 12:32:31 +05:30
jest.config.js chore: Remove login and signup related env variables from client (#22891) 2023-05-16 14:34:48 +05:30
package.json chore: copy old ads components and move them to packages (#23142) 2023-05-15 10:08:58 +03:00
README.md
README.old.md
start-https.sh chore: Remove login and signup related env variables from client (#22891) 2023-05-16 14:34:48 +05:30
tailwind.config.js feat: Add widget responsiveness and conversion algorithm (#21386) 2023-04-07 09:51:35 -04:00
tsconfig.json feat: Bundle optimization and first load improvements (#21667) 2023-05-11 10:56:03 +05:30
tsconfig.path.json
vercel.json

Appsmith Client

This project was bootstrapped with Create React App.

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