From 89cff3c541882bcb3a95e39278d11af1b5608e48 Mon Sep 17 00:00:00 2001 From: yflory Date: Mon, 25 Nov 2019 17:33:56 +0100 Subject: [PATCH] Remove invisible title in usergrid --- www/common/common-ui-elements.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/common/common-ui-elements.js b/www/common/common-ui-elements.js index a4d1345f6..db1083acf 100644 --- a/www/common/common-ui-elements.js +++ b/www/common/common-ui-elements.js @@ -789,7 +789,7 @@ define([ }); var div = h('div.cp-usergrid-container' + noOthers, [ - h('label', label), + label ? h('label', label) : undefined, h('div.cp-usergrid-filter', (config.noFilter || config.noSelect) ? undefined : [ inputFilter, buttonSelect,