We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be22800 commit 366f94cCopy full SHA for 366f94c
web/src/components/devtools/TeamMemory.tsx
@@ -215,7 +215,7 @@ export const TeamMemory: React.FC = () => {
215
No Assets Available
216
</Text>
217
<Text fontSize="xs" color="gray.500" lineHeight="1.4" maxWidth="300px">
218
- Contact MinusX to set up your organization's assets and unlock enhanced AI context capabilities.
+ {isEmbedded ? "" : "Contact MinusX to set up your organization's assets and unlock enhanced AI context capabilities."}
219
220
</VStack>
221
)}
0 commit comments