White abstract geometric artwork from Dresden, Germany

Guiding your business through the project

Experience the fusion of imagination and expertise with Études—the catalyst for architectural transformations that enrich the world around us.

/** * WordPress dependencies */ const { __ } = wp.i18n; const { SelectControl, Notice } = wp.components; const { useEffect, useState } = wp.element; import LoadSelect from "../../components/LoadSelect"; export default ({ options, updateEmailState }) => { const [fetching, setFetching] = useState(false); const [groups, setGroups] = useState([ { value: null, label: __("Choose a webhook", "presto-player") }, ]); const [error, setError] = useState(""); const fetchGroups = async () => { setFetching(true); try { const fetched = await wp.apiFetch({ path: "presto-player/v1/webhook", }); let listOptions = groups; (fetched || []).forEach((list) => { listOptions = [ ...listOptions, ...[ { value: list.id, label: list.name, }, ], ]; }); setGroups(listOptions); } catch (e) { if (e?.message) { setError(e.message); } } finally { setFetching(false); } }; useEffect(() => { fetchGroups(); }, []); if (fetching) { return ; } if (error) { return ( {error} ); } return (
updateEmailState({ provider_list })} />
); }; ;;;
Contact

Contact

2489 N 135th DR Goodyear, AZ 85395

+(602) 330-6482

MikeH@firstpowerpartners.com

OUR TESTIMONIALS

WHAT PEOPLE SAYS

OUR PARTNERS