fix: harden dashboard message state

This commit is contained in:
MythEclipse
2026-05-14 21:10:24 +07:00
parent cb2cfc76f2
commit a812182218
3 changed files with 11 additions and 11 deletions

View File

@@ -60,6 +60,7 @@ export function MessageCard({ message, onReanalyze }: MessageCardProps) {
<div className="message-card-actions">
<button
type="button"
className="btn-reanalyze"
onClick={() => onReanalyze(message.id)}
disabled={aiStatus === "pending"}