this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Clear textbox on settled

+1 -1
+1 -1
apps/web/src/components/chat-form.tsx
··· 40 40 sendMessage.mutate( 41 41 { chatId, characterId: selectedCharacterId, text }, 42 42 { 43 - onSuccess: () => setText(""), 43 + onSettled: () => setText(""), 44 44 }, 45 45 ); 46 46 }}