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 269e2a1 commit 97991f4Copy full SHA for 97991f4
projects/netgrif-components-core/src/lib/configuration/configuration.service.ts
@@ -272,7 +272,7 @@ export abstract class ConfigurationService {
272
* @see NetgrifApplicationEngine
273
*/
274
public loadConfiguration(): Observable<any> {
275
- if (!this.APPLICATION_CONFIG.resolve_configuration) {
+ if (!this.APPLICATION_CONFIG?.resolve_configuration) {
276
return of(null);
277
}
278
return this._configurationResource.getPublicApplicationConfiguration(this.APPLICATION_CONFIG)
0 commit comments