mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 11:36:36 +00:00
Update DataTable.svelte
This commit is contained in:
parent
1e77748d77
commit
c36bff5921
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@
|
||||||
.split(/[\.\[\]\'\"]/)
|
.split(/[\.\[\]\'\"]/)
|
||||||
.filter((p) => p)
|
.filter((p) => p)
|
||||||
.reduce(
|
.reduce(
|
||||||
(o, p) => ((o && typeof o === "object" && typeof o[p] === 'undefined') ? o[p] : defaultValue),
|
(o, p) => ((o && typeof o === "object") ? o[p] : defaultValue),
|
||||||
object
|
object
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue