fix: scale level label

pull/7668/head
Konstantinos Kaloutas 2022-12-15 16:36:14 +02:00 committed by Tienson Qin
parent 0d2c01ad0c
commit f1ba20876f
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@ const ScaleLevelAction = observer(() => {
] ]
return ( return (
<SelectInput <SelectInput
tooltip="Scale Level" tooltip="Scale level"
options={sizeOptions} options={sizeOptions}
value={scaleLevel} value={scaleLevel}
onValueChange={v => { onValueChange={v => {