Skip to content

Commit 284fd1b

Browse files
committed
[Fix]: #1905 redux applications fix
1 parent 9a52ed3 commit 284fd1b

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

client/packages/lowcoder/src/redux/sagas/folderSagas.ts

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -118,17 +118,6 @@ export function* fetchFolderElementsSaga(action: ReduxAction<FetchFolderElements
118118
type: ReduxActionTypes.FETCH_ALL_FOLDERS_SUCCESS,
119119
payload: response.data.data.filter((m) => m.folder),
120120
});
121-
122-
// filter out applications with NORMAL status
123-
124-
const applications = response.data.data.filter((item): item is ApplicationMeta =>
125-
!item.folder && item.applicationStatus === "NORMAL"
126-
);
127-
128-
yield put({
129-
type: ReduxActionTypes.FETCH_ALL_APPLICATIONS_SUCCESS,
130-
payload: applications,
131-
});
132121
}
133122

134123
yield put({

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