Skip to content

Commit

Permalink
Fix entities.event.eventArgumentData()
Browse files Browse the repository at this point in the history
- Remove customized commponets from argument list
  • Loading branch information
emiliorizzo committed Sep 25, 2020
1 parent a54db01 commit 1847101
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/config/entities/event.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ const eventArgumentData = ({ value, row }) => {
}
for (const f in fields) {
let field = fields[f]
delete field.renderAs
const { type } = field
if (type === 'eventValue') {
field = Object.assign({}, field)
Expand Down

0 comments on commit 1847101

Please sign in to comment.