diff --git a/modules/ui/field.js b/modules/ui/field.js index 5f00622ed..0d48513ae 100644 --- a/modules/ui/field.js +++ b/modules/ui/field.js @@ -219,11 +219,6 @@ export function uiField(context, presetField, entity, options) { }; - field.hasValue = function() { - return _some(field.keys, function(key) { return !!_tags[key]; }); - }; - - field.show = function() { _show = true; if (!field.impl) {