mirror of https://github.com/buster-so/buster.git
Update ChatResponseReasoning.tsx
This commit is contained in:
parent
1d748c7b03
commit
a67e9e1048
|
@ -12,7 +12,8 @@ import { queryKeys } from '@/api/query_keys';
|
|||
const animations = {
|
||||
initial: { opacity: 0 },
|
||||
animate: { opacity: 1 },
|
||||
exit: { opacity: 0 }
|
||||
exit: { opacity: 0 },
|
||||
transition: { delay: 0.125 }
|
||||
};
|
||||
|
||||
export const ChatResponseReasoning: React.FC<{
|
||||
|
|
Loading…
Reference in New Issue