Add value to validator

This commit is contained in:
philipp lang 2024-03-15 00:55:02 +01:00
parent d7259f828f
commit 89c7b7533f
1 changed files with 1 additions and 1 deletions

View File

@ -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];