Skip to content

Commit

Permalink
Merge pull request #1130 from DDMAL/sample-fix
Browse files Browse the repository at this point in the history
Update sample file
  • Loading branch information
yinanazhou committed Nov 4, 2023
2 parents 9d8124f + 3e2350b commit 72011c9
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/Dashboard/FileSystem/FileSystemManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ export const FileSystemManager = (): FileSystemProps => {
return root;
}
else {
// force update sample files (To be removed in the future)
localFileSystem.children.splice(0, 1);
loadSamples(localFileSystem);
return localFileSystem;
}

Expand Down
1 change: 0 additions & 1 deletion src/Dashboard/samples_filenames.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
export const samples = [
['CDN-Hsmu_M2149.L4_001r', 'folio'],
['CDN-Hsmu_M2149.L4_002r', 'folio'],
['CDN-Hsmu_M2149.L4_003r', 'folio'],
['CH-E_611_024r', 'folio'],
['CH-E_611_026r', 'folio'],
['CH-E_611_028r', 'folio'],
Expand Down

0 comments on commit 72011c9

Please sign in to comment.