Skip to content

Commit

Permalink
Merge pull request #1376 from bcgov/fix/daniel-fix-frontend-allocatio…
Browse files Browse the repository at this point in the history
…n-options-1321

fix: Update front end allocation agreement options
  • Loading branch information
dhaselhan authored Dec 6, 2024
2 parents abd3c15 + 50d56c1 commit bf4110c
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 bf4110c

Please sign in to comment.