diff --git a/src/core/components/operations.jsx b/src/core/components/operations.jsx index c0813d19..fe3505a0 100644 --- a/src/core/components/operations.jsx +++ b/src/core/components/operations.jsx @@ -38,8 +38,7 @@ export default class Operations extends React.Component { const Collapse = getComponent("Collapse") let showSummary = layoutSelectors.showSummary() - let { docExpansion } = getConfigs() - displayOperationId = getConfigs().displayOperationId + let { docExpansion, displayOperationId } = getConfigs() return (