Skip to content

Commit aecdd0d

Browse files
Merge pull request #1930 from iamfaran/fix/1905-newapp-issue
[Fix]: #1905 create app issue
2 parents c690849 + e025b64 commit aecdd0d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

client/packages/lowcoder/src/redux/reducers/uiReducers/applicationReducer.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,10 @@ const usersReducer = createReducer(initialState, {
129129
action: ReduxAction<ApplicationDetail>
130130
): ApplicationReduxState => ({
131131
...state,
132-
applicationList: [action.payload.applicationInfoView, ...state.applicationList],
132+
// Might be unnecessary to add the new application to the list
133+
// TODO: Remove this after testing
134+
// applicationList: [action.payload.applicationInfoView, ...state.applicationList],
135+
applicationList:[],
133136
loadingStatus: {
134137
...state.loadingStatus,
135138
isApplicationCreating: false,

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy