Skip to content

Commit

Permalink
UIBULKED-497: "Are you sure" preview displays outdated values after U…
Browse files Browse the repository at this point in the history
…ser changed selection on bulk edit form and clicked "Confirm changes" (#630)
UladzislauKutarkin authored Oct 28, 2024
1 parent dee5e34 commit f661fc5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -237,7 +237,7 @@ export const ContentUpdatesForm = ({

return {
option: mappedOption,
tenants,
tenants: tenants?.filter(Boolean),
actions: [{
type,
initial,

0 comments on commit f661fc5

Please sign in to comment.