-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
github-actions
committed
Oct 25, 2023
1 parent
23c420c
commit 4c7ed59
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule candig-data-portal
updated
13 files
+2 −1 | .env.development | |
+1 −1 | public/index.html | |
+2 −1 | src/menu-items/index.js | |
+32 −0 | src/menu-items/ingest.js | |
+7 −0 | src/routes/MainRoutes.js | |
+31 −0 | src/store/api.js | |
+119 −0 | src/ui-component/DataRow.js | |
+60 −0 | src/ui-component/PersistentFile.js | |
+151 −0 | src/ui-component/ingest/ClinicalIngest.js | |
+92 −0 | src/ui-component/ingest/GenomicIngest.js | |
+170 −0 | src/ui-component/ingest/IngestMenu.js | |
+30 −0 | src/ui-component/ingest/IngestTabPage.js | |
+42 −0 | src/views/ingest/ingest.js |