mirror of
https://github.com/stackblitz-labs/bolt.diy
synced 2025-01-22 19:06:12 +00:00
Update DataTab.tsx
This commit is contained in:
parent
a9b15e56c9
commit
1a0ede6774
@ -227,7 +227,7 @@ export default function DataTab() {
|
|||||||
disabled={isDeleting}
|
disabled={isDeleting}
|
||||||
className={classNames(
|
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',
|
'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'}
|
{isDeleting ? 'Deleting...' : 'Delete All Chats'}
|
||||||
|
Loading…
Reference in New Issue
Block a user