Skip to content

Commit

Permalink
Fixup optional
Browse files Browse the repository at this point in the history
  • Loading branch information
mirka committed Feb 2, 2023
1 parent c64c2a6 commit 1b1d1e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/box-control/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ export function normalizeSides( sides: BoxControlProps[ 'sides' ] ) {
*/
export function applyValueToSides(
currentValues: BoxControlValue,
newValue: string | undefined,
newValue?: string,
sides?: BoxControlProps[ 'sides' ]
): BoxControlValue {
const newValues = { ...currentValues };
Expand Down

0 comments on commit 1b1d1e5

Please sign in to comment.