Skip to content

Commit

Permalink
bugfix on summit docs
Browse files Browse the repository at this point in the history
  • Loading branch information
santipalenque committed May 13, 2024
1 parent e0670d1 commit 4cdc4e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actions/summitdoc-actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ const normalizeEntity = (entity) => {
delete(normalizedEntity['event_types']);

if (!entity.show_always && entity.event_types) {
normalizedEntity['event_types[]'] = entity.event_types;
normalizedEntity['event_types'] = entity.event_types;
}

if(!entity.selection_plan_id) {
Expand Down

0 comments on commit 4cdc4e7

Please sign in to comment.