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 e791783 commit b7abb76Copy full SHA for b7abb76
website/src/components/ask-ai/AISearchModal.jsx
@@ -16,6 +16,8 @@ const AISearchModal = ({ show, closeModal }) => {
16
return () => document.removeEventListener('mousedown', checkIfClickedOutside);
17
}
18
}, [show, closeModal]);
19
+ // https://demo.appsmithai.com/app/docs-agent/page-686bba24341eb84314a2e48e
20
+
21
22
return (
23
<div className={`ai-search-modal ${show ? 'show' : ''}`}>
0 commit comments