Skip to content

Commit 21bc0e7

Browse files
committed
Update _closed_beta_feature_notice_defs.js
remove ai-form as its no longer relevant
1 parent 960f4ae commit 21bc0e7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/generalTemplates/_closed_beta_feature_notice_defs.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
import Markdown from "@theme/Markdown";
22

33
const actions = {
4-
'ai-form':
5-
'To request access, please reach out to us by filling <a href="https://forms.gle/D2Uwp72U6uBBwwBdA">this form</a>.',
64
'slack-app':
75
'We are not accepting new applications at the moment and will update once it moves to open beta.'
86
};
@@ -16,4 +14,4 @@ return (
1614
);
1715
};
1816

19-
export default ClosedBetaFeatureNotice;
17+
export default ClosedBetaFeatureNotice;

0 commit comments

Comments
 (0)