mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +00:00
Fixes steps widget (#4107)
Removed line 31: href='#' causing return to homepage.
This commit is contained in:
parent
10927289f7
commit
e52eb6ddeb
1 changed files with 0 additions and 1 deletions
|
|
@ -28,7 +28,6 @@ export const Steps = function Button({ properties, styles, fireEvent, setExposed
|
||||||
{steps?.map((item) => (
|
{steps?.map((item) => (
|
||||||
<a
|
<a
|
||||||
key={item.id}
|
key={item.id}
|
||||||
href="#"
|
|
||||||
className={`step-item ${item.id == activeStep && 'active'} ${!stepsSelectable && 'step-item-disabled'} ${
|
className={`step-item ${item.id == activeStep && 'active'} ${!stepsSelectable && 'step-item-disabled'} ${
|
||||||
color && `step-${color}`
|
color && `step-${color}`
|
||||||
}`}
|
}`}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue