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