fix(HR): hide "more" button from team updates
This commit is contained in:
parent
684fc4e27b
commit
027db0b41e
@ -36,7 +36,7 @@ frappe.team_updates = {
|
|||||||
start: me.start
|
start: me.start
|
||||||
},
|
},
|
||||||
callback: function(r) {
|
callback: function(r) {
|
||||||
if(r.message) {
|
if (r.message && r.message.length > 0) {
|
||||||
r.message.forEach(function(d) {
|
r.message.forEach(function(d) {
|
||||||
me.add_row(d);
|
me.add_row(d);
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user