Fixed the default value of CelestialsFilters.vue

This commit is contained in:
Alexis
2021-03-19 17:34:22 +01:00
parent 3bfef2fa0a
commit b97de9e508

View File

@@ -71,7 +71,7 @@ export default defineComponent({
data() {
return {
filters: {
all: false,
all: true,
planets: false,
moons: false,
stars: false,