Skip to content

Commit

Permalink
add param
Browse files Browse the repository at this point in the history
Signed-off-by: Kiss Miklos <[email protected]>
  • Loading branch information
kissmikijr committed Nov 2, 2023
1 parent 1e6e1cf commit de72380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/docs/openapi.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React, { useEffect, useRef } from 'react';
import DocsHeader from 'components/SitewideHeader/DocsHeader';

const ApiDocsPage = () => {
const ApiDocsPage = ({ location }) => {
const swaggerRef = useRef(null);

useEffect(() => {
Expand Down

0 comments on commit de72380

Please sign in to comment.