Explorar el Código

parseSeach -> parseSearch

bubble
Will Marshall hace 7 años
committed by GitHub
padre
commit
7363776079
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/core/utils.js

+ 1
- 1
src/core/utils.js Ver fichero

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



Cargando…
Cancelar
Guardar