Skip to content

Commit

Permalink
rename data_type -> type
Browse files Browse the repository at this point in the history
  • Loading branch information
ciur committed Oct 16, 2024
1 parent a48ee85 commit e49b16c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ function CustomFieldRow({cf}: {cf: CustomField}) {
return (
<Table.Tr>
<Table.Td>{cf.name}</Table.Td>
<Table.Td>{cf.data_type}</Table.Td>
<Table.Td>{cf.type}</Table.Td>
</Table.Tr>
)
}

0 comments on commit e49b16c

Please sign in to comment.