mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-22 08:28:35 +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) => (
|
||||
<a
|
||||
key={item.id}
|
||||
href="#"
|
||||
className={`step-item ${item.id == activeStep && 'active'} ${!stepsSelectable && 'step-item-disabled'} ${
|
||||
color && `step-${color}`
|
||||
}`}
|
||||
|
|
|
|||
Loading…
Reference in a new issue