mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-16 20:37:21 +00:00
fix active sidebar active item, added error boundaries for relational form fields, fixed schema diagram for m:n relations
This commit is contained in:
@@ -77,7 +77,7 @@ export class JsonSchemaField<
|
||||
return value;
|
||||
case "table":
|
||||
if (value === null) return null;
|
||||
return value;
|
||||
return JSON.stringify(value);
|
||||
case "submit":
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user