This commit is contained in:
Pavel Torbeev 2023-08-27 09:45:11 +03:00
parent dee5ca6f50
commit d536dae350

View File

@ -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;
} }