feat: enhance invite page with loading state and refactor access management logic
This commit is contained in:
@@ -38,7 +38,7 @@ function BoardChatComposerImpl({
|
||||
if (ok) {
|
||||
setValue("");
|
||||
}
|
||||
}, [isSending, onSend, value]);
|
||||
}, [disabled, isSending, onSend, value]);
|
||||
|
||||
return (
|
||||
<div className="mt-4 space-y-2">
|
||||
|
||||
Reference in New Issue
Block a user