mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 08:58:26 +00:00
fix for public app not loading (#10378)
This commit is contained in:
parent
bbe960e518
commit
6b5b68df49
1 changed files with 1 additions and 1 deletions
|
|
@ -137,7 +137,7 @@ export class AppsControllerV2 {
|
|||
|
||||
const pagesForVersion = app.editingVersion ? await this.pageService.findPagesForVersion(versionToLoad.id) : [];
|
||||
const eventsForVersion = app.editingVersion ? await this.eventsService.findEventsForVersion(versionToLoad.id) : [];
|
||||
const appTheme = await this.appsServiceSep.getTheme(user.organizationId, versionToLoad?.globalSettings?.theme?.id);
|
||||
const appTheme = await this.appsServiceSep.getTheme(app.organizationId, versionToLoad?.globalSettings?.theme?.id);
|
||||
|
||||
// serialize
|
||||
return {
|
||||
|
|
|
|||
Loading…
Reference in a new issue