diff --git a/frontend/src/common/services/config.service.ts b/frontend/src/common/services/config.service.ts index bc36761..4320380 100644 --- a/frontend/src/common/services/config.service.ts +++ b/frontend/src/common/services/config.service.ts @@ -39,7 +39,7 @@ export class ConfigService { async createNewConfig (): Promise { const configData = { content: '{}', - last_used_with_version: this._activeVersion?.version ?? this.getLatestStableVersion()?.version, + last_used_with_version: this._activeVersion?.version ?? this.getLatestStableVersion()?.version ?? '0.0.0', } if (!this.loginService.user) { const config = {