Browse Source

parseSeach -> parseSearch

bubble
Will Marshall 7 years ago
committed by GitHub
parent
commit
7363776079
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/core/utils.js

+ 1
- 1
src/core/utils.js View File

@@ -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



Loading…
Cancel
Save