From 098de494fafa45afc5c1d8cc9d1fd14fbcfb0b75 Mon Sep 17 00:00:00 2001 From: Daniel Haselhan Date: Thu, 5 Dec 2024 11:24:16 -0800 Subject: [PATCH] fix: Update front end allocation agreement options * Previously updated backend, but they are also hard coded in the front end --- frontend/src/views/AllocationAgreements/_schema.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/views/AllocationAgreements/_schema.jsx b/frontend/src/views/AllocationAgreements/_schema.jsx index 98e91b0b3..6cdc43401 100644 --- a/frontend/src/views/AllocationAgreements/_schema.jsx +++ b/frontend/src/views/AllocationAgreements/_schema.jsx @@ -59,7 +59,7 @@ export const allocationAgreementColDefs = (optionsData, errors) => [ ), cellEditor: 'agSelectCellEditor', cellEditorParams: { - values: ['Purchased', 'Sold'] + values: ['Allocated from', 'Allocated to'] }, cellRenderer: (params) => params.value ||