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

Commit0ca398c

Browse files
Merge pull request#1924 from iamfaran/fix/1905-apps-list
[Fix]:#1905 apps fetch
2 parents9a52ed3 +284fd1b commit0ca398c

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-
constapplications=response.data.data.filter((item):item isApplicationMeta=>
125-
!item.folder&&item.applicationStatus==="NORMAL"
126-
);
127-
128-
yieldput({
129-
type:ReduxActionTypes.FETCH_ALL_APPLICATIONS_SUCCESS,
130-
payload:applications,
131-
});
132121
}
133122

134123
yieldput({

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp