Skip to content

Commit

Permalink
Retirer valeur réactive inutile
Browse files Browse the repository at this point in the history
  • Loading branch information
Ynote committed Nov 5, 2024
1 parent 4cb708f commit 0d1b46b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/front-end/components/BarreRecherche.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/** @type {string} */
export let titre
$: valeur = ""
let valeur = ""
const dispatch = createEventDispatcher()
Expand Down

0 comments on commit 0d1b46b

Please sign in to comment.