Skip to content

Commit

Permalink
CDC #157 - Updating useUserDefinedFields hook to use uuid value for c…
Browse files Browse the repository at this point in the history
…olumn name
  • Loading branch information
dleadbetter committed May 13, 2024
1 parent e9c0a61 commit f198d78
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const useUserDefinedColumns = (defineableId, defineableType, options = {}) => {

_.each(fields, (field) => {
const column = {
name: field.column_name,
name: field.uuid,
label: field.column_name,
hidden: true,
sortable
Expand Down

0 comments on commit f198d78

Please sign in to comment.