-
Notifications
You must be signed in to change notification settings - Fork 402
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use patched swagger-ui fork to fix UI debounce bug
- Loading branch information
Alex Chew
committed
Jun 26, 2019
1 parent
9dfe539
commit a4c2ef0
Showing
8 changed files
with
140 additions
and
92 deletions.
There are no files selected for viewing
6 changes: 3 additions & 3 deletions
6
dev-portal/node_modules/swagger-ui/dist/swagger-ui-standalone-preset.js
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
dev-portal/node_modules/swagger-ui/dist/swagger-ui-standalone-preset.js.map
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
"react-router-dom": "^4.3.1", | ||
"semantic-ui-css": "^2.4.1", | ||
"semantic-ui-react": "0.85.0", | ||
"swagger-ui": "3.22.3", | ||
"swagger-ui": "[email protected]:Trial-In-Error/swagger-ui.git#a183e909ab467693cb1bbf87d5cc4d1e6b899579", | ||
"yamljs": "^0.3.0" | ||
}, | ||
"scripts": { | ||
|