Skip to content

Commit 42c42b0

Browse files
author
Lionel Bijaoui
committed
fix: missing closing bracket
1 parent 13b74e3 commit 42c42b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/fields/fieldNoUiSlider.vue

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
// Single value
3333
this.value = parseFloat(value);
3434
}
35+
},
3536
getStartValue(){
3637
if (this.value != null) {
3738
return this.value;

0 commit comments

Comments
 (0)