Skip to content

Commit 2733205

Browse files
authored
Merge pull request #3522 from swagger-api/ft/oas3
Removed animation as temporary fix
2 parents 8633372 + 0a20d72 commit 2733205

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/components/operation.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ export default class Operation extends PureComponent {
186186
}
187187
</div>
188188

189-
<Collapse isOpened={shown} animated>
189+
<Collapse isOpened={shown}>
190190
<div className="opblock-body">
191191
{ deprecated && <h4 className="opblock-title_normal"> Warning: Deprecated</h4>}
192192
{ description &&

0 commit comments

Comments
 (0)