formsflow-theming
Version:
US Web Design System templates for form.io
10 lines • 308 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default=function(ctx) {
var __t, __p = '';
__p += '<div class="text-secondary-dark width-full margin-top-05 formio-warnings">\r\n <p class="form-base">' +
((__t = (ctx.message)) == null ? '' : __t) +
'</p>\r\n</div>\r\n';
return __p
}