Skip to content

Commit

Permalink
Do not install system resources on Edge
Browse files Browse the repository at this point in the history
  • Loading branch information
AndriiLandiak committed Nov 1, 2024
1 parent a04571a commit b11f9d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ public void performInstall() {
systemDataLoaderService.createDefaultTenantProfiles();
systemDataLoaderService.createAdminSettings();
systemDataLoaderService.createRandomJwtSettings();
installScripts.loadSystemResources();
// installScripts.loadSystemResources();
systemDataLoaderService.loadSystemWidgets();
// systemDataLoaderService.createOAuth2Templates();
// systemDataLoaderService.createQueues();
Expand Down

0 comments on commit b11f9d4

Please sign in to comment.