feat: show original labels in the scale radio group

This commit is contained in:
Arnošt Pleskot 2023-08-16 15:24:56 +02:00
parent dc0744a140
commit f096841add
No known key found for this signature in database

View File

@ -334,7 +334,7 @@ const ImageExportModal = ({
}} }}
choices={EXPORT_SCALES.map((scale) => ({ choices={EXPORT_SCALES.map((scale) => ({
value: scale * exportBaseScale, value: scale * exportBaseScale,
label: `${scale * exportBaseScale}\u00d7`, label: `${scale}\u00d7`,
}))} }))}
/> />
</ExportSetting> </ExportSetting>