Skip to content

Commit

Permalink
fix: add missing expands to get summit by ud
Browse files Browse the repository at this point in the history
Signed-off-by: smarcet <[email protected]>
  • Loading branch information
smarcet committed Dec 16, 2024
1 parent 5ceac93 commit 2df2989
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/actions/summit-actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,13 @@ export const getSummitById = (summitId) => async (dispatch) => {
"meeting_booking_room_allowed_attributes.values," +
"lead_report_settings," +
"presentation_action_types," +
"selection_plans"
"selection_plans," +
"ticket_types," +
"badge_types," +
"badge_features_types," +
"badge_access_level_types," +
"badge_view_types," +
"tax_types"
};

// set id
Expand Down

0 comments on commit 2df2989

Please sign in to comment.