Skip to content

Commit 4752d7a

Browse files
authored
fix: Object object in profile URI (#7156)
1 parent 103a98c commit 4752d7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/config/profile/PlatformProfileLoader.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ export default class PlatformProfileLoader implements IProfileLoader {
109109
title: configResult.config?.name ?? `${ownerSlug}/${packageSlug}`,
110110
errors: configResult.errors,
111111
iconUrl: iconUrl,
112-
uri: `${controlPlaneEnv}${ownerSlug}/${packageSlug}`,
112+
uri: `${controlPlaneEnv.APP_URL}${ownerSlug}/${packageSlug}`,
113113
rawYaml,
114114
};
115115

0 commit comments

Comments
 (0)