mirror of
https://github.com/spbleadersofdigtal/frontend.git
synced 2024-11-10 21:16:32 +03:00
фикс
This commit is contained in:
parent
dee5ca6f50
commit
d536dae350
|
@ -48,7 +48,7 @@ export const ChatPage: ReactFCC<ChatPageProps> = (props) => {
|
|||
if (!initRef.current) {
|
||||
pushHistory({
|
||||
type: ChatItemType.receive,
|
||||
text: 'Введите описание проекта',
|
||||
text: 'Введите описание проекта (не больше 2-3 предложений)',
|
||||
});
|
||||
initRef.current = true;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user