feat: enhance invite page with loading state and refactor access management logic

This commit is contained in:
Abhimanyu Saharan
2026-02-08 21:27:19 +05:30
parent 289452b341
commit 8c12add7d7
3 changed files with 113 additions and 51 deletions

View File

@@ -38,7 +38,7 @@ function BoardChatComposerImpl({
if (ok) {
setValue("");
}
}, [isSending, onSend, value]);
}, [disabled, isSending, onSend, value]);
return (
<div className="mt-4 space-y-2">