Skip to content

Commit 051d2d9

Browse files
authored
fail silently on cnsegments call (cBioPortal#5258)
1 parent 55fd9b0 commit 051d2d9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/pages/studyView/StudyViewPageStore.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9020,6 +9020,9 @@ export class StudyViewPageStore
90209020
return count > 0;
90219021
});
90229022
},
9023+
onError: () => {
9024+
// fail silently
9025+
},
90239026
});
90249027

90259028
readonly selectedDriverTiers = remoteData<string[]>({

0 commit comments

Comments
 (0)