You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: simplify StepContentComponent by removing state
Removes unnecessary tracked properties and actions from the
StepContentComponent. This streamlines the component's logic,
eliminating the previous steps incomplete modal handling which
is no longer needed. This change enhances readability and
maintainability of the code.
0 commit comments