Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-deshmukh committed Dec 18, 2024
1 parent bcaf4a7 commit 33eea58
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lib/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/tyk-ui.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/tyk-ui.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tyk-technologies/tyk-ui",
"version": "4.4.8-alpha5",
"version": "4.4.8-alpha6",
"description": "Tyk UI - ui reusable components",
"main": "src/index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions src/components/Stepper/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const Stepper = ({
stepValidator,
stepErrMessage = "ERROR",
orientation = "vertical",
contentHeight = "200px",
contentHeight,
nextBtnTxt = "Continue",
finishBtnTxt = "Finish",
backBtnTxt = "Back",
Expand Down Expand Up @@ -50,7 +50,7 @@ const Stepper = ({
<div
className="no-scrollbar"
style={
isHorizontal
isHorizontal && contentHeight
? {
height: contentHeight,
maxHeight: contentHeight,
Expand Down

0 comments on commit 33eea58

Please sign in to comment.