Skip to content

Commit

Permalink
Merge pull request #1367 from ita-social-projects/feature/issue-1558
Browse files Browse the repository at this point in the history
[Admin/Editor/Tags] [UI] Modal window message punctuation error
  • Loading branch information
sashapanasiuk5 authored Sep 29, 2024
2 parents 9ef8037 + 8818830 commit 255c25a
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ const AddTermModal = ({ handleAdd, term, setTerm } : Props) => {
top: 100,
duration: 3,
maxCount: 3,
rtl: true,
prefixCls: 'my-message',
});
message.error("Будь ласка, заповніть всі обов'язкові поля та перевірте валідність ваших даних");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ const SourceModal: React.FC<SourceModalProps> = ({
top: 100,
duration: 3,
maxCount: 3,
rtl: true,
prefixCls: 'my-message',
});
message.error("Будь ласка, заповніть всі обов'язкові поля та перевірте валідність ваших даних");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ const ContextAdminModalComponent: React.FC<ContextAdminProps> = observer(({
top: 100,
duration: 3,
maxCount: 3,
rtl: true,
prefixCls: 'my-message',
});
message.error("Будь ласка, заповніть всі обов'язкові поля та перевірте валідність ваших даних");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,6 @@ const NewTimelineModal: React.FC<NewTimelineModalProps> = observer(({ timelineIt
top: 100,
duration: 3,
maxCount: 3,
rtl: true,
prefixCls: 'my-message',
});
message.error("Будь ласка, заповніть всі обов'язкові поля та перевірте валідність ваших даних");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ const TeamPositionsAdminModalComponent: React.FC<TeamPositionsAdminProps> = obse
top: 100,
duration: 3,
maxCount: 3,
rtl: true,
prefixCls: 'my-message',
});
message.error("Будь ласка, заповніть всі обов'язкові поля та перевірте валідність ваших даних");
Expand Down

0 comments on commit 255c25a

Please sign in to comment.