@bigbinary/neeto-form-frontend 3.7.0 → 3.7.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/BuildForm.js +1 -2
- package/dist/BuildForm.js.map +1 -1
- package/dist/cjs/BuildForm.js +1 -2
- package/dist/cjs/BuildForm.js.map +1 -1
- package/package.json +1 -1
package/dist/BuildForm.js
CHANGED
|
@@ -2271,8 +2271,7 @@ var BuildForm = function BuildForm(_ref) {
|
|
|
2271
2271
|
additionalQuestionKindPattern = _ref.additionalQuestionKindPattern,
|
|
2272
2272
|
_ref$enableDomainRest = _ref.enableDomainRestriction,
|
|
2273
2273
|
enableDomainRestriction = _ref$enableDomainRest === void 0 ? true : _ref$enableDomainRest,
|
|
2274
|
-
|
|
2275
|
-
helpDocUrls = _ref$helpDocUrls === void 0 ? {} : _ref$helpDocUrls,
|
|
2274
|
+
helpDocUrls = _ref.helpDocUrls,
|
|
2276
2275
|
className = _ref.className;
|
|
2277
2276
|
var queryClient = useQueryClient();
|
|
2278
2277
|
var _useReorderQuestions = useReorderQuestions(id, {
|