Skip to content

Commit fa898d0

Browse files
authored
[Bug] Import Body from @theme in makeRequest (#352)
* Import Body from @theme * Fix lint issues
1 parent 6339bd5 commit fa898d0

File tree

1 file changed

+1
-2
lines changed
  • packages/docusaurus-theme-openapi-docs/src/theme/ApiDemoPanel/Execute

1 file changed

+1
-2
lines changed

packages/docusaurus-theme-openapi-docs/src/theme/ApiDemoPanel/Execute/makeRequest.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
* ========================================================================== */
77

88
import sdk from "@paloaltonetworks/postman-collection";
9-
10-
import { Body } from "../Body/slice";
9+
import { Body } from "@theme/ApiDemoPanel/Body/slice";
1110

1211
function fetchWithtimeout(
1312
url: string,

0 commit comments

Comments
 (0)