This commit is contained in:
Estifo77
2026-08-18 10:22:12 +03:00
parent 6a717eb761
commit c6ecb2dd48

View File

@@ -67,7 +67,7 @@ import {
} from "../components/ConfigDrivenSection";
import { DocumentSlots } from "../components/DocumentSlots";
import { StaffEvidence } from "../components/StaffEvidence";
import { AdvancedTable, useServerTable, PageLoader } from '@ema-platform/ui';
/** Resolves a dot path (e.g. "profile.address.nationality") against a plain object. */
function readSourcePath(context: Record<string, unknown>, path: string): unknown {
return path