Skip to content

Commit

Permalink
fix: fix missing parameters
Browse files Browse the repository at this point in the history
fixes #1142
  • Loading branch information
RomanHotsiy committed Dec 13, 2019
1 parent aa26d9c commit 942d782
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/services/models/Operation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,8 @@ export class OperationModel implements IMenuItem {
if (this.options.requiredPropsFirst) {
return sortByRequired(_parameters);
}

return _parameters;
}

@memoize
Expand Down

0 comments on commit 942d782

Please sign in to comment.