Update DataTab.tsx
This commit is contained in:
@@ -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'}
|
||||
|
||||
Reference in New Issue
Block a user