Skip to content

Commit

Permalink
chore: update range slider
Browse files Browse the repository at this point in the history
  • Loading branch information
segunadebayo committed Aug 16, 2023
1 parent c5ae307 commit 14a78a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/machines/range-slider/src/range-slider.machine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ export function machine(userContext: UserDefinedContext) {
ctx.disabled = true
},
onFormReset() {
assignArray(ctx.value, initialContext.value)
set.value(ctx, initialContext.value)
},
})
},
Expand Down

0 comments on commit 14a78a2

Please sign in to comment.