Skip to content

Commit

Permalink
Feature/floytagfield (#106)
Browse files Browse the repository at this point in the history
* updated node version to v20.0.0+ LTS, updated packages as appropriate, remove create-auth-bundle

* PIT columns should be labeled PIT R/N/Z

* add dropdowns for EL color and ER color

* Floy Tag Field

---------

Co-authored-by: Jazlene Rae Guevarra <[email protected]>
  • Loading branch information
jhenr098 and jguevarra authored Apr 22, 2024
1 parent 661747f commit 283783f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app-pages/data-entry/datasheets/tables/fishDsTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ const FishDsTable = connect(
}}
/>
<AgGridColumn field='mR' headerName='M/R' cellEditor='selectEditor' cellEditorParams={{ options: createMesoOptions(domainsMr), isRequired: false }} />
<AgGridColumn field='ftnum' headerName='Floy Tag' />
<AgGridColumn field='floyTag' headerName='Floy Tag' />
<AgGridColumn field='geneticsVialNumber' width={125} headerName='Genetics Vial #' />
<AgGridColumn field='condition' cellEditor='numberEditor' editable={false} />
<AgGridColumn field='finCurl' cellEditor='selectEditor' cellEditorParams={{ options: finCurlOptions, isRequired: false }} />
Expand Down

0 comments on commit 283783f

Please sign in to comment.