Update DataTab.tsx

This commit is contained in:
Dustin Loring 2024-12-17 16:57:16 -05:00
parent a9b15e56c9
commit 1a0ede6774

View File

@ -227,7 +227,7 @@ export default function DataTab() {
disabled={isDeleting}
className={classNames(
'px-4 py-2 bg-bolt-elements-button-danger-background hover:bg-bolt-elements-button-danger-backgroundHover text-bolt-elements-button-danger-text rounded-lg transition-colors',
isDeleting && 'opacity-50 cursor-not-allowed'
isDeleting ? 'opacity-50 cursor-not-allowed' : ''
)}
>
{isDeleting ? 'Deleting...' : 'Delete All Chats'}