1
0
Fork 0
mirror of synced 2024-07-02 21:10:43 +12: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 maxValue = 100