diff --git a/front/components/assistant/conversation/ConversationContainer.tsx b/front/components/assistant/conversation/ConversationContainer.tsx index 680c961e48fe..4c0af8a6d1a5 100644 --- a/front/components/assistant/conversation/ConversationContainer.tsx +++ b/front/components/assistant/conversation/ConversationContainer.tsx @@ -244,7 +244,10 @@ export function ConversationContainer({ ); return ( - + - {isDragActive && ( -
- -

{dropMessage}

-
- )} + {children} ); diff --git a/front/package-lock.json b/front/package-lock.json index 1f8abcb9f64d..37516fa29d9d 100644 --- a/front/package-lock.json +++ b/front/package-lock.json @@ -9,7 +9,7 @@ "@amplitude/analytics-browser": "^2.5.2", "@amplitude/analytics-node": "^1.3.5", "@auth0/nextjs-auth0": "^3.5.0", - "@dust-tt/sparkle": "^0.2.189", + "@dust-tt/sparkle": "^0.2.190", "@dust-tt/types": "file:../types", "@emoji-mart/data": "^1.1.2", "@emoji-mart/react": "^1.1.1", @@ -10734,9 +10734,9 @@ "license": "Apache-2.0" }, "node_modules/@dust-tt/sparkle": { - "version": "0.2.189", - "resolved": "https://registry.npmjs.org/@dust-tt/sparkle/-/sparkle-0.2.189.tgz", - "integrity": "sha512-HL7p8oeiNOZmie/DGvfx+JtVw6ZpK3CE53cqdbOLFwSy/ImWLrCpqIW6HKs86+T+iojkYYwGjwmVppqWp9zIJw==", + "version": "0.2.190", + "resolved": "https://registry.npmjs.org/@dust-tt/sparkle/-/sparkle-0.2.190.tgz", + "integrity": "sha512-ErmlgHpflKFujCnzscMi1WRoHImVAPNR8rEdSCXoecpaDlOO4fYcthEj3EvYPq74enxkG3vdMOQt2asRfrFdQg==", "dependencies": { "@emoji-mart/data": "^1.1.2", "@emoji-mart/react": "^1.1.1", diff --git a/front/package.json b/front/package.json index d61cb32457b1..b195cd11d153 100644 --- a/front/package.json +++ b/front/package.json @@ -21,7 +21,7 @@ "@amplitude/analytics-browser": "^2.5.2", "@amplitude/analytics-node": "^1.3.5", "@auth0/nextjs-auth0": "^3.5.0", - "@dust-tt/sparkle": "^0.2.189", + "@dust-tt/sparkle": "^0.2.190", "@dust-tt/types": "file:../types", "@emoji-mart/data": "^1.1.2", "@emoji-mart/react": "^1.1.1",