Skip to content

Commit

Permalink
Fix action subtree evaluation (#3142)
Browse files Browse the repository at this point in the history
  • Loading branch information
hetunandu committed Feb 22, 2021
1 parent 198abbf commit 6f7ce24
Show file tree
Hide file tree
Showing 6 changed files with 1,317 additions and 1,292 deletions.
1 change: 1 addition & 0 deletions app/client/src/entities/DataTree/dataTreeFactory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ export class DataTreeFactory {
bindingPaths: {
data: true,
isLoading: true,
config: true,
},
};
});
Expand Down
2 changes: 1 addition & 1 deletion app/client/src/utils/DynamicBindingUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ export interface WidgetEvaluatedProps {
evaluatedValues?: Record<string, any>;
}

interface EntityWithBindings {
export interface EntityWithBindings {
dynamicBindingPathList?: DynamicPath[];
}

Expand Down

0 comments on commit 6f7ce24

Please sign in to comment.