Skip to content

Commit

Permalink
Fix failing unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshupathak95 committed Jan 29, 2025
1 parent 862c5ed commit 746016f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/unit-control/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ export function filterUnitsWithSettings(
? availableUnits.filter( ( unit ) =>
allowedUnitValues.includes( unit.value )
)
: availableUnits;
: [];
}

/**
Expand Down

0 comments on commit 746016f

Please sign in to comment.