#
vincentlu
2025-02-17 3d3d1689a967365a6352036f7d08137ff8a48c9b
zy-acs-flow/src/page/code/index.jsx
@@ -13,6 +13,6 @@
    edit: CodeEdit,
    show: ShowGuesser,
    recordRepresentation: (record) => {
        return `${record.uuid}`
        return `${record.data}`
    }
};