Fix loading circle bug

This commit is contained in:
Andrew Kingston 2021-09-16 16:53:34 +01:00
parent 110fd1d5af
commit 9ad2114859
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
}
}
export let value = false
export let value = null
export let minValue = 0
export let maxValue = 100