Fixes steps widget (#4107)

Removed line 31: href='#' causing return to homepage.
This commit is contained in:
bstillword 2022-10-04 05:50:24 -05:00 committed by GitHub
parent 10927289f7
commit e52eb6ddeb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}`
}`}