From 89c7b7533f59258431e97d40ed714e28bd210bd1 Mon Sep 17 00:00:00 2001 From: philipp lang Date: Fri, 15 Mar 2024 00:55:02 +0100 Subject: [PATCH] Add value to validator --- src/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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];