Remove invisible title in usergrid
parent
c1c000149b
commit
89cff3c541
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue