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

Commit00f24c3

Browse files
committed
Fixed an axios request parameter(category).
1 parent5691e1e commit00f24c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎client/packages/lowcoder/src/pages/ApplicationV2/FolderView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export function FolderView() {
6969
pageSize:pageSize,
7070
applicationType:ApplicationPaginationType[typeFilter],
7171
name:searchValues,
72-
category:categoryFilter
72+
category:categoryFilter==="All" ?"" :categoryFilter
7373
}).then(
7474
(data:any)=>{
7575
if(data.success){

‎client/packages/lowcoder/src/pages/ApplicationV2/HomeView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export function HomeView() {
3030
pageSize:pageSize,
3131
applicationType:ApplicationPaginationType[typeFilter],
3232
name:searchValues,
33-
category:categoryFilter
33+
category:categoryFilter==="All" ?"" :categoryFilter
3434
}).then(
3535
(data:any)=>{
3636
if(data.success){

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp