소스 검색

parseSeach -> parseSearch

bubble
Will Marshall 7 년 전
committed by GitHub
부모
커밋
7363776079
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/core/utils.js

+ 1
- 1
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



불러오는 중...
취소
저장