Skip to content

Commit

Permalink
NAS-131098: Custom App Issue | error modal & close (#10652)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexKarpov98 authored Sep 11, 2024
1 parent 932bd9f commit 631fc23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/pages/apps/store/installed-apps-store.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ export class InstalledAppsStore extends ComponentStore<InstalledAppsState> imple
}),
tap((apiEvent) => {
const app = apiEvent.fields;
if (apiEvent.fields) {
if (!app) {
return;
}
this.patchState((state: InstalledAppsState): InstalledAppsState => {
Expand Down

0 comments on commit 631fc23

Please sign in to comment.