1
0
Fork 0

fix(react): Allow imperial formatted values to be displayed (#371)

![Screenshot 2025-05-17 at 3.58.26 PM.png](/attachments/6c83d019-9ec9-4081-8e3c-88ec1ac9c36d) ![Screenshot 2025-05-17 at 3.50.22 PM.png](/attachments/eb5293ac-1cd4-4583-b68f-2314899e3346)

Co-authored-by: Benjamin Fan <ben-git@swinglonga.com>
Reviewed-on: https://codeberg.org/freesewing/freesewing/pulls/371
Reviewed-by: Joost De Cock <joostdecock@noreply.codeberg.org>
Co-authored-by: Benjamin Fan <benjamesben@noreply.codeberg.org>
Co-committed-by: Benjamin Fan <benjamesben@noreply.codeberg.org>
This commit is contained in:
Benjamin Fan 2025-05-19 08:05:23 +02:00 committed by Joost De Cock
parent d6a1ea81db
commit db8189a55a

View file

@ -217,6 +217,7 @@ export const MenuItemGroup = ({
config={item}
changed={menuValueWasChanged(currentValues[itemName], item)}
Design={Design}
units={state?.settings?.units}
/>
</div>
</div>,