Fix loading circle bug

This commit is contained in:
Andrew Kingston 2021-09-16 16:53:34 +01:00
parent f88ef064b1
commit e0bf533477
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