Allow user to filter

This commit is contained in:
Matthis FAUVET 2024-06-21 19:42:44 +02:00
parent f18e329991
commit 0cc411b0a0

View File

@ -40,7 +40,9 @@
this.update();
},
edit(e) {
console.log(e);
this.state.filter = e.target.value;
this.fetchData();
this.update();
},
click(e) {
e.preventDefault();