PromucFlow_constructor/app/client/src
Dhruvik Neharia dcb93797cf
fix: Prevent falsy values from breaking the app (#20243)
## Description
Fixes breaking of app when the source data inside menu items evaluated
to NULL.

Fixes #19106 

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


## How Has This Been Tested?
- Manual
- Jest

### Test Plan
> https://github.com/appsmithorg/TestSmith/issues/2128

### 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
- [x] My code follows the style guidelines of this project
- [x] 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
- [x] My changes generate no new warnings
- [x] I have added tests that prove my fix is effective or that my
feature works
- [x] New and existing unit tests pass locally with my changes
- [ ] PR is being merged under a feature flag


### QA activity:
- [x] Test plan has been approved by relevant developers
- [x] Test plan has been peer reviewed by QA
- [ ] Cypress test cases have been added and approved by either SDET or
manual QA
- [ ] Organized project review call with relevant stakeholders after
Round 1/2 of QA
- [ ] Added Test Plan Approved label after reveiwing all Cypress test
2023-02-03 00:29:00 +05:30
..
actions feat: move the widget creation CTA off the Entity explorer (#19844) 2023-02-01 17:03:15 +05:30
api feat: Renamed design system package (#19854) 2023-01-23 09:20:47 +05:30
assets chore: code split usage and billing files (#19436) 2023-01-10 11:09:15 +05:30
ce chore: make CE applications class component as base component (#20072) 2023-02-02 11:55:20 +05:30
components fix: center the widget when height is min auto height (#19496) 2023-02-02 18:18:50 +05:30
constants fix: Autocomplete needs to show async await keywords instead of showi… (#20150) 2023-02-02 14:01:14 +05:30
ee chore: Refactor for JSFunction execution auditLogs (#19671) 2023-01-16 17:26:18 +05:30
enterprise
entities fix: library installation failure in public apps (#20112) 2023-02-01 10:37:39 +05:30
globalStyles feat: move the widget creation CTA off the Entity explorer (#19844) 2023-02-01 17:03:15 +05:30
icons feat: migrate organisation to workspace (#13863) 2022-06-15 21:07:41 +05:30
mockComponentProps feat: adding slug names in urls (#10957) 2022-03-25 16:13:26 +05:30
mockResponses feat: adding new api for release items (#18966) 2023-01-11 11:08:20 +05:30
mocks chore: integrate msw to browser to mock api requests (#15965) 2022-08-17 12:01:55 +05:30
navigation feat: move the widget creation CTA off the Entity explorer (#19844) 2023-02-01 17:03:15 +05:30
normalizers
pages fix: Auth DS re-authorise issue fixed (#20176) 2023-02-02 19:20:36 +05:30
polyfills
reducers feat: move the widget creation CTA off the Entity explorer (#19844) 2023-02-01 17:03:15 +05:30
reflow feat: drag n drop and Container jump enhancements (#19047) 2023-01-06 22:27:40 +05:30
resizable feat: drag n drop and Container jump enhancements (#19047) 2023-01-06 22:27:40 +05:30
sagas feat: Git actions queue (#20258) 2023-02-01 17:25:50 +05:30
selectors chore: fix js object flaky tests (#20106) 2023-02-01 20:15:25 +05:30
templates
theme fix: Table reskinning (#17228) 2022-10-14 10:23:31 +05:30
transformers fix: secret saved indicator on ui for datasource forms (#18531) 2023-01-20 19:33:42 +05:30
usagePulse chore: update Styled components to latest version and related cleanup (#19284) 2023-01-13 16:35:59 +05:30
utils fix: Autocomplete needs to show async await keywords instead of showi… (#20150) 2023-02-02 14:01:14 +05:30
widgets fix: Prevent falsy values from breaking the app (#20243) 2023-02-03 00:29:00 +05:30
workers chore: fix js object flaky tests (#20106) 2023-02-01 20:15:25 +05:30
.gitignore
App.css
AppErrorBoundry.tsx add analytics log on app crash (#14575) 2022-06-22 16:00:33 +05:30
config.d.ts feat: Add type inference for redux's useSelector hook (#18257) 2022-11-28 08:13:17 +00:00
index.css feat: Renamed design system package (#19854) 2023-01-23 09:20:47 +05:30
index.tsx feat: Renamed design system package (#19854) 2023-01-23 09:20:47 +05:30
LandingScreen.tsx feat: Branding (#18717) 2022-12-09 20:13:47 +05:30
react-app-env.d.ts
RouteBuilder.ts chore: Use rolling window in the usage pulse call and send segment anonymous id for anonymous users (#19552) 2023-01-10 17:39:33 +05:30
RouteChangeListener.tsx chore: route change listener (#19090) 2022-12-26 07:10:09 +00:00
RouteParamsMiddleware.ts feat: New settings pane (#16361) 2022-12-02 11:19:51 +05:30
serviceWorker.js fix: Log ChunkLoadError on Sentry only after 3rd failure (#18196) 2022-11-18 09:33:23 +00:00
store.ts fix: geolocation api callbacks are not called (#18235) 2022-11-30 16:08:15 +05:30
wdyr.ts fix: revert #8121 (#11502) 2022-02-28 19:44:56 +05:30