Skip to content

Commit 6275b62

Browse files
committed
chore: hide app template from global config nav in oss
1 parent 8dfe51f commit 6275b62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/globalConfigurations/GlobalConfiguration.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ const NavItem = ({ serverMode }) => {
283283
moduleName: ModuleNameMap.NOTIFICATION,
284284
isAvailableInEA: false,
285285
},
286-
...(window._env_.FEATURE_APPLICATION_TEMPLATES_ENABLE
286+
...(window._env_.FEATURE_APPLICATION_TEMPLATES_ENABLE && DevtronAppTemplates
287287
? [
288288
{
289289
name: 'Application Templates',

0 commit comments

Comments
 (0)