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