updated as in the objectHeaterApi

This commit is contained in:
csawatzky 2025-04-21 14:39:04 -06:00
parent 59356aad27
commit 29902bc40b
6 changed files with 25 additions and 22 deletions

View file

@ -122,7 +122,7 @@ export default function SiteDrawer(props: Props) {
"write",
"grant",
"revoke"
])
], as)
.then(resp => {
setLinkDrawer(false);
reLoadSites();
@ -184,7 +184,7 @@ export default function SiteDrawer(props: Props) {
return (
<React.Fragment>
{/* {deviceLinkDrawer()} */}
{deviceLinkDrawer()}
<DisplayDrawer
open={open}
onClose={closeDrawer}