@gravel-form/blueprintjs
Version:
A flexible middlewares driven json schema form with Blueprintjs
24 lines (21 loc) • 861 B
JavaScript
;
var __importStar = (this && this.__importStar) || function (mod) {
if (mod && mod.__esModule) return mod;
var result = {};
if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k];
result["default"] = mod;
return result;
};
Object.defineProperty(exports, "__esModule", { value: true });
var React = __importStar(require("react"));
var core_1 = require("../core");
var core_2 = require("@blueprintjs/core");
exports.NotSupportedMw = function (_a) {
var schemaPath = _a.schemaPath;
return (React.createElement(core_2.Callout, { intent: core_2.Intent.DANGER },
"schema not supported, location ",
core_1.toJSONSchemaPath(schemaPath)));
};
exports.default = exports.NotSupportedMw;
//# sourceMappingURL=NotSupportedMw.js.map
//# sourceMappingURL=NotSupportedMw.js.map