Add "Sides" label to Shape Tool's options bar number input

This commit is contained in:
Keavon Chambers
2021-07-30 15:45:49 -07:00
parent 652f192a50
commit 3948389806
2 changed files with 3 additions and 1 deletions
@@ -51,6 +51,8 @@ export interface NumberInputProps {
unit?: string;
unitIsHiddenWhenEditing?: boolean;
displayDecimalPlaces?: number;
label?: string;
disabled?: boolean;
}
// Separator