diff --git a/src/page/json-grid/index.tsx b/src/page/json-grid/index.tsx index 2b19391..bbca7f9 100644 --- a/src/page/json-grid/index.tsx +++ b/src/page/json-grid/index.tsx @@ -9,7 +9,7 @@ export default function JsonGrid() { const { t } = useTranslation() const initialData = [ - { id: 0, name: "TTY", roles: "CEO", active: true }, + { id: 0, name: "TTY", role: "CEO", active: true }, { id: 1, name: "Alice", role: "Developer", active: true }, { id: 2, name: "Bob", role: "Designer", active: false }, { id: 3, name: "Charlie", role: "Product Manager", active: true },