Skip to content

Commit

Permalink
Add "Files & Links" tab (#10467) with suggested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Nelliney committed Aug 19, 2024
1 parent ffbf9f5 commit 685d531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/studyView/StudyViewPageStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5788,7 +5788,7 @@ export class StudyViewPageStore
[sampleId: string]: ResourceData[];
}>({
await: () => [this.resourceDefinitions, this.samples],
invoke: async () => {
invoke: () => {
const sampleResourceDefinitions = this.resourceDefinitions.result!.filter(
d => d.resourceType === 'SAMPLE'
);
Expand Down

0 comments on commit 685d531

Please sign in to comment.