verou
2025-03-17 b6f3ff15c1222ee1d54cc7b65a83c8d577f29e1b
rsf-admin/src/page/qlyInspect/index.jsx
@@ -13,6 +13,6 @@
    edit: QlyInspectEdit,
    show: ShowGuesser,
    recordRepresentation: (record) => {
        return `${record.name}`
        return `${record.id}`
    }
};