Merge pull request #21209 from shariquerik/workspace-minor-fix
This commit is contained in:
commit
1d0078038d
1 changed files with 1 additions and 1 deletions
|
|
@ -353,7 +353,7 @@ frappe.views.Workspace = class Workspace {
|
|||
let current_page = pages.filter((p) => p.title == page.name)[0];
|
||||
this.content = current_page && JSON.parse(current_page.content);
|
||||
|
||||
this.add_custom_cards_in_content();
|
||||
this.content && this.add_custom_cards_in_content();
|
||||
|
||||
$(".item-anchor").addClass("disable-click");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue