diff --git a/src/core/utils.js b/src/core/utils.js index 5ba837c6..95771fb4 100644 --- a/src/core/utils.js +++ b/src/core/utils.js @@ -546,7 +546,7 @@ export const getSampleSchema = (schema, contentType="", config={}) => { return JSON.stringify(memoizedSampleFromSchema(schema, config), null, 2) } -export const parseSeach = () => { +export const parseSearch = () => { let map = {} let search = window.location.search