소스 검색

Disable sample response for file transfer

bubble
Derek Wickern 7 년 전
부모
커밋
34c57fb018
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. +4
    -0
      src/core/plugins/samples/fn.js

+ 4
- 0
src/core/plugins/samples/fn.js 파일 보기

@@ -74,6 +74,10 @@ export const sampleFromSchema = (schema, config={}) => {
return normalizeArray(schema["enum"])[0]
}

if (type === "file") {
return
}

return primitive(schema)
}



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