mirror of
https://github.com/coleam00/bolt.new-any-llm
synced 2024-12-27 22:33:03 +00:00
Update DataTab.tsx
This commit is contained in:
parent
a9b15e56c9
commit
1a0ede6774
@ -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'}
|
||||
|
Loading…
Reference in New Issue
Block a user