Skip to content

Commit

Permalink
UIBULKED-497: fix filter function
Browse files Browse the repository at this point in the history
  • Loading branch information
UladzislauKutarkin committed Oct 28, 2024
1 parent b18f28f commit dd73a3a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ export const ContentUpdatesForm = ({

return {
option: mappedOption,
tenants: tenants?.filter(item => item != null),
tenants: tenants?.filter(Boolean),
actions: [{
type,
initial,
Expand Down

0 comments on commit dd73a3a

Please sign in to comment.