mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-09-09 00:08:19 +00:00
fix
This commit is contained in:
@@ -67,7 +67,7 @@ import {
|
|||||||
} from "../components/ConfigDrivenSection";
|
} from "../components/ConfigDrivenSection";
|
||||||
import { DocumentSlots } from "../components/DocumentSlots";
|
import { DocumentSlots } from "../components/DocumentSlots";
|
||||||
import { StaffEvidence } from "../components/StaffEvidence";
|
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. */
|
/** Resolves a dot path (e.g. "profile.address.nationality") against a plain object. */
|
||||||
function readSourcePath(context: Record<string, unknown>, path: string): unknown {
|
function readSourcePath(context: Record<string, unknown>, path: string): unknown {
|
||||||
return path
|
return path
|
||||||
|
|||||||
Reference in New Issue
Block a user