Skip to content

Commit

Permalink
Merge pull request FlowFuse#1023 from FlowFuse/fix-slider-step
Browse files Browse the repository at this point in the history
UI Slider: Ensure we have defined step as a dynamic variable
  • Loading branch information
Steve-Mcl authored Jun 25, 2024
2 parents 61e3d24 + 0d4c0b0 commit 9a043ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/src/widgets/ui-slider/UISlider.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export default {
value: null,
dynamic: {
label: null,
step: null,
thumbLabel: null,
showTicks: null,
min: null,
Expand Down

0 comments on commit 9a043ff

Please sign in to comment.