Skip to content

Commit 62bf35a

Browse files
committed
fix
1 parent d29bd47 commit 62bf35a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/javascript/components/data-tables/datastore/schema/class-fields-editor.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ export const ClassFieldsEditor = (props) => {
8181
debugger
8282

8383
const row = {
84-
id: field.id,
85-
row_id: rowId.toString(),
84+
id: rowId.toString(),
85+
field_id: field.id,
8686
name: {
8787
text: getFieldName(),
8888
icon: getIconForValue() || [],

0 commit comments

Comments
 (0)