diff --git a/src/main.js b/src/main.js index bfb83a1..d337409 100644 --- a/src/main.js +++ b/src/main.js @@ -27,7 +27,7 @@ window.hasKeys = function (object, expected) { }; window.globalFieldRules = function () { - return ['default', 'nami_type', 'for_members', 'key', 'columns', 'name', 'type']; + return ['value', 'nami_type', 'for_members', 'key', 'columns', 'name', 'type']; }; EventForm.styles = [classes, carousel, carouselStyle];