Skip to content

Commit

Permalink
UIPQB-162: fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
UladzislauKutarkin committed Dec 20, 2024
1 parent 23488fd commit bc1b1e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ export const RepeatableFields = memo(({ source, setSource, getParamsSource, colu
message: (
<FormattedMessage
id="ui-plugin-query-builder.warning.deletedField"
values={{ value: deletedFields.join(',') }}
values={{ value: intl.formatList(deletedFields) }}
/>
),
timeout: 0,
Expand Down

0 comments on commit bc1b1e0

Please sign in to comment.