gestion des ressources fonctionnelle, mais pas fini
This commit is contained in:
@@ -65,14 +65,14 @@ export default function SelectChantier() {
|
||||
open.value = withTiming(isOpen ? 1 : 0);
|
||||
}, [isOpen]);
|
||||
|
||||
useEffect(() => {
|
||||
/*useEffect(() => {
|
||||
async function loadChantiers() {
|
||||
const list = await getChantiers();
|
||||
setChantiers(list);
|
||||
}
|
||||
|
||||
loadChantiers();
|
||||
}, []);
|
||||
}, []);*/
|
||||
|
||||
const filteredChantiers = chantiers.filter((chantier) => {
|
||||
var keyWords:string[] = search.toLowerCase().split(" ") ;
|
||||
|
||||
Reference in New Issue
Block a user