Skip to content

Commit b7abb76

Browse files
committed
appsmith-ask-ai-url
1 parent e791783 commit b7abb76

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

website/src/components/ask-ai/AISearchModal.jsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ const AISearchModal = ({ show, closeModal }) => {
1616
return () => document.removeEventListener('mousedown', checkIfClickedOutside);
1717
}
1818
}, [show, closeModal]);
19+
// https://demo.appsmithai.com/app/docs-agent/page-686bba24341eb84314a2e48e
20+
1921

2022
return (
2123
<div className={`ai-search-modal ${show ? 'show' : ''}`}>

0 commit comments

Comments
 (0)