Skip to content

Commit

Permalink
Merge pull request #100 from ficolo/search-state-revamp
Browse files Browse the repository at this point in the history
Search state revamp
  • Loading branch information
ficolo authored Jun 10, 2022
2 parents f465164 + cb873b9 commit e048dcc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"@types/react": "^17.0.38",
"@types/react-bootstrap-typeahead": "^5.1.5",
"@types/react-dom": "^17.0.0",
"@yaireo/tagify": "^4.3.1",
"bootstrap": "5.1.3",
"dagre": "^0.8.5",
"node-sass": "^6.0.0",
Expand Down Expand Up @@ -95,7 +94,6 @@
"@types/react-router": "^5.1.17",
"@types/react-router-dom": "^5.3.2",
"@types/storybook-react-router": "^1.0.1",
"@types/yaireo__tagify": "^4.3.0",
"css-loader": "^5.2.5",
"fetch-mock": "^9.11.0",
"mini-css-extract-plugin": "^1.6.0",
Expand Down
Binary file not shown.
6 changes: 6 additions & 0 deletions src/pages/SubmitPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ const templateFiles: Array<TemplateFileGroup> = [
process.env.PUBLIC_URL +
"/static/templates/sampleplatform_template.xlsx",
},
{
name: "Model type",
link:
process.env.PUBLIC_URL +
"/static/templates/metadata_template-cell_model.xlsx",
},
],
},

Expand Down

0 comments on commit e048dcc

Please sign in to comment.