Skip to content

Commit

Permalink
fix error message punctuation error
Browse files Browse the repository at this point in the history
  • Loading branch information
ulyasaur committed Aug 14, 2024
1 parent 85a9a23 commit fe6c3d8
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 6 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 @@ -150,7 +150,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 @@ -194,7 +194,6 @@ const NewTimelineModal: React.FC<NewTimelineModalProps> = observer(({ timelineIt
top: 100,
duration: 3,
maxCount: 3,
rtl: true,
prefixCls: 'my-message',
});
message.error("Будь ласка, заповніть всі обов'язкові поля та перевірте валідність ваших даних");
Expand Down
1 change: 0 additions & 1 deletion src/features/AdminPage/TagsPage/TagsPage/TagAdminModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,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 @@ -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 fe6c3d8

Please sign in to comment.