Fix formatting
This commit is contained in:
@@ -307,8 +307,8 @@ const DynamicJsonForm = ({
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
const shouldUseJsonMode =
|
const shouldUseJsonMode =
|
||||||
schema.type === "object" &&
|
schema.type === "object" &&
|
||||||
(!schema.properties || Object.keys(schema.properties).length === 0);
|
(!schema.properties || Object.keys(schema.properties).length === 0);
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user