Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite025b64

Browse files
committed
[Fix]:#1905 create app issue
1 parentf4f6941 commite025b64

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)

[8]ページ先頭

©2009-2025 Movatter.jp