Fix formatting

This commit is contained in:
Ola Hungerford
2025-02-28 09:13:33 -07:00
parent b01e386659
commit 06773bb6dd

View File

@@ -307,8 +307,8 @@ const DynamicJsonForm = ({
}
};
const shouldUseJsonMode =
schema.type === "object" &&
const shouldUseJsonMode =
schema.type === "object" &&
(!schema.properties || Object.keys(schema.properties).length === 0);
useEffect(() => {