Skip to content

Commit

Permalink
Merge pull request #1442 from bcgov/hotfix-UpdateTypographytoBCTypogr…
Browse files Browse the repository at this point in the history
…ahpy

hotfix: Replace Typography with BCTypography
  • Loading branch information
areyeslo authored Dec 12, 2024
2 parents 227b166 + 907963b commit 3dc12d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/views/FinalSupplyEquipments/_schema.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export const finalSupplyEquipmentColDefs = (
cellEditor: AutocompleteCellEditor,
cellRenderer: (params) =>
params.value ||
(!params.value && <Typography variant="body4">Select</Typography>),
(!params.value && <BCTypography variant="body4">Select</BCTypography>),
cellEditorParams: {
options: optionsData?.organizationNames?.sort() || [],
multiple: false,
Expand Down

0 comments on commit 3dc12d2

Please sign in to comment.