mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01:00
Fix the error when trying to load tracker
This commit is contained in:
parent
ac808f96e0
commit
2ea15ed399
@ -787,7 +787,7 @@ export class et2_grid extends et2_DOMWidget implements et2_IDetachedDOM, et2_IAl
|
||||
{
|
||||
td.hide();
|
||||
// Need to do different things with webComponents
|
||||
if(typeof cell.widget.options !== "undefined")
|
||||
if(typeof cell.widget.options === "object")
|
||||
{
|
||||
cell.widget.options.disabled = cell.disabled;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user