fix(react): Allow imperial formatted values to be displayed (#371)
  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:
parent
d6a1ea81db
commit
db8189a55a
1 changed files with 1 additions and 0 deletions
|
@ -217,6 +217,7 @@ export const MenuItemGroup = ({
|
|||
config={item}
|
||||
changed={menuValueWasChanged(currentValues[itemName], item)}
|
||||
Design={Design}
|
||||
units={state?.settings?.units}
|
||||
/>
|
||||
</div>
|
||||
</div>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue