export default graphql(getCombinationsList, {
  options: (props) => ({
    variables: { flowID: props.match.params.flowID },
  }),
})(Page);