1
0
Fork 0
mirror of synced 2024-10-04 03:54:37 +13:00

Fix progress circle never animating because of wrong default prop

This commit is contained in:
Andrew Kingston 2021-09-16 14:11:05 +01:00
parent b0f6bd9e76
commit ebf783caee
2 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 minValue = 0
export let maxValue = 100 export let maxValue = 100