Fix range

This commit is contained in:
space-nuko
2023-04-28 16:58:41 -07:00
parent 079f411a04
commit 0ff857bd5b

View File

@@ -23,7 +23,7 @@
</script>
<div class="wrapper gr-range">
{#if item && option}
{#if item !== null && option !== null}
<Range
bind:value={option}
minimum={item.widget.options.min}