Skip to content

Commit

Permalink
[ACS-8001] set devTools to false
Browse files Browse the repository at this point in the history
  • Loading branch information
nikita-web-ua committed Aug 5, 2024
1 parent 6054378 commit f40f624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/content-services/src/lib/content.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ import { provideDebugFeatureFlags, provideDummyFeatureFlags } from '@alfresco/ad
})
export class ContentModule {
static forRoot(
devTools = true
devTools = false
): ModuleWithProviders<ContentModule> {
return {
ngModule: ContentModule,
Expand Down

0 comments on commit f40f624

Please sign in to comment.