We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0810114 commit 110364bCopy full SHA for 110364b
packages/manager/apps/public-cloud/src/index.service.js
@@ -55,7 +55,7 @@ export default class PublicCloud {
55
return this.ovhUserPref
56
.getValue(DEFAULT_PROJECT_KEY)
57
.then((project) => {
58
- if (!projectsIds.includes(project)) {
+ if (!projectsIds.includes(project.projectId)) {
59
this.ovhUserPref.remove(DEFAULT_PROJECT_KEY);
60
return null;
61
}
0 commit comments