Skip to content

Commit 0a88158

Browse files
committed
MC-4126: Duplicate row border after switching Row appearance
- Fix TS error with observable element items
1 parent 2bcdf2b commit 0a88158

File tree

2 files changed

+57
-561
lines changed

2 files changed

+57
-561
lines changed

app/code/Magento/PageBuilder/view/adminhtml/web/ts/js/content-type/observable-object.d.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,7 @@
44
*/
55

66
export default interface ObservableObject {
7-
[key: string]: KnockoutObservable<{}>;
7+
[key: string]: {
8+
[key: string]: KnockoutObservable<any>;
9+
};
810
}

0 commit comments

Comments
 (0)