#1574 - homepage : remove text search + add buttons for each content type

This commit is contained in:
Laurent GAY
2024-11-13 12:02:15 +01:00
committed by setop
parent 70ae23b82c
commit 0911902618
4 changed files with 49 additions and 5 deletions

View File

@@ -247,7 +247,7 @@ const currentUserParticipations = computed(
const increated = ref(0);
const address = ref(null);
const search = ref("");
const search = ref(null);
const noAddress = ref(false);
const current_distance = ref(null);