Skip to content

Commit 0963a6a

Browse files
committed
DEV: Hide features tab for now
1 parent 9bd915d commit 0963a6a

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

assets/javascripts/initializers/admin-plugin-configuration-nav.js

+6-5
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,12 @@ export default {
4141
route: "adminPlugins.show.discourse-ai-spam",
4242
description: "discourse_ai.spam.spam_description",
4343
},
44-
{
45-
label: "discourse_ai.features.short_title",
46-
route: "adminPlugins.show.discourse-ai-features",
47-
description: "discourse_ai.features.description",
48-
},
44+
// TODO(@keegan / @roman): Uncomment this when structured output is merged
45+
// {
46+
// label: "discourse_ai.features.short_title",
47+
// route: "adminPlugins.show.discourse-ai-features",
48+
// description: "discourse_ai.features.description",
49+
// },
4950
]);
5051
});
5152
},

0 commit comments

Comments
 (0)