got the group drawer set up using the responsive tabe for the devices

This commit is contained in:
csawatzky 2025-04-01 12:27:57 -06:00
parent bb036a60c7
commit 4a3b706487
4 changed files with 96 additions and 11 deletions

View file

@ -51,6 +51,7 @@ export default function DevicePage() {
const [addComponentManualDialogOpen, setAddComponentManualDialogOpen] = useState(false)
const loadDevice = () => {
console.log("load device page data")
if (loading) return
setLoading(true)
deviceAPI.getPageData(deviceID, getContextKeys(), getContextTypes()).then(resp => {