Skip to content

Commit 35f37b3

Browse files
committed
fix user bulk update
1 parent db0c372 commit 35f37b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cloud/components/ContentManager/ContentManagerToolbar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ const ContentManagerToolbar = ({
545545
propColumn.name,
546546
{
547547
type: 'user',
548-
data: val,
548+
data: val.length > 0 ? val : null,
549549
},
550550
])
551551
}}

0 commit comments

Comments
 (0)