mirror of
https://github.com/sqlchat/sqlchat.git
synced 2025-07-29 10:13:14 +08:00
feat: add message request loader
This commit is contained in:
@ -56,6 +56,7 @@ const MessageTextarea = (props: Props) => {
|
||||
creatorRole: CreatorRole.User,
|
||||
createdAt: Date.now(),
|
||||
content: value,
|
||||
isGenerated: true,
|
||||
});
|
||||
setValue("");
|
||||
textareaRef.current!.value = "";
|
||||
|
Reference in New Issue
Block a user