Skip to content

Commit

Permalink
UIBULKED-210: add space
Browse files Browse the repository at this point in the history
  • Loading branch information
UladzislauKutarkin committed Feb 16, 2024
1 parent 69707c0 commit f51d128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ProgressBar/ProgressBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export const ProgressBar = () => {
const swwCallout = () => {
callout({
type: 'error',
message:errorMessage?.includes(ERRORS.TOKEN) ? <FormattedMessage id="ui-bulk-edit.error.incorrectFormatted" values={{ fileName:title }} />
message: errorMessage?.includes(ERRORS.TOKEN) ? <FormattedMessage id="ui-bulk-edit.error.incorrectFormatted" values={{ fileName:title }} />
:
intl.formatMessage({ id: 'ui-bulk-edit.error.sww' }),
});
Expand Down

0 comments on commit f51d128

Please sign in to comment.