mirror of
https://github.com/NovaOSS/nova-betterchat.git
synced 2024-11-25 21:34:00 +01:00
fix: new chat
This commit is contained in:
parent
17b6fc91fb
commit
470aa40a84
|
@ -19,7 +19,7 @@ const NewChat = () => {
|
||||||
: 'cursor-pointer opacity-100'
|
: 'cursor-pointer opacity-100'
|
||||||
}`}
|
}`}
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
if (!generating) addChat;
|
if (!generating) addChat();
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<PlusIcon />{' '}
|
<PlusIcon />{' '}
|
||||||
|
|
Loading…
Reference in a new issue