Skip to content

Commit

Permalink
fix user bulk update
Browse files Browse the repository at this point in the history
  • Loading branch information
Davy-c committed Nov 24, 2021
1 parent db0c372 commit 35f37b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ const ContentManagerToolbar = ({
propColumn.name,
{
type: 'user',
data: val,
data: val.length > 0 ? val : null,
},
])
}}
Expand Down

0 comments on commit 35f37b3

Please sign in to comment.