Skip to content

Commit

Permalink
fix(FOROME-1138): fixed adding functional attributes in dtree (#701)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlMaQntr authored Jun 7, 2022
1 parent 1b325d1 commit a721994
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ class ModalCompoundRequestStore {
addAttributeToStep(
action,
FilterKindEnum.Func,
null,
['True'],
params,
this.currentMode,
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ class ModalCustomInheritanceModeStore {
addAttributeToStep(
action,
FilterKindEnum.Func,
null,
['True'],
params,
this.currentMode,
)
Expand Down

0 comments on commit a721994

Please sign in to comment.