Skip to content

Commit

Permalink
fix: Update front end allocation agreement options
Browse files Browse the repository at this point in the history
* Previously updated backend, but they are also hard coded in the front end
  • Loading branch information
dhaselhan committed Dec 5, 2024
1 parent 3219a4d commit 098de49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/views/AllocationAgreements/_schema.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export const allocationAgreementColDefs = (optionsData, errors) => [
),
cellEditor: 'agSelectCellEditor',
cellEditorParams: {
values: ['Purchased', 'Sold']
values: ['Allocated from', 'Allocated to']
},
cellRenderer: (params) =>
params.value ||
Expand Down

0 comments on commit 098de49

Please sign in to comment.