Alignments with IVIS
This commit is contained in:
parent
c1731bf09f
commit
ab6c6b7d27
45 changed files with 476 additions and 263 deletions
|
@ -74,7 +74,7 @@ const withFormStateOwner = createComponentMixin([{context: FormStateOwnerContext
|
|||
return this.props.formStateOwner;
|
||||
}
|
||||
|
||||
return TargetClass;
|
||||
return {};
|
||||
});
|
||||
|
||||
|
||||
|
@ -1395,7 +1395,7 @@ const withForm = createComponentMixin([], [], (TargetClass, InnerClass) => {
|
|||
}
|
||||
};
|
||||
|
||||
return TargetClass;
|
||||
return {};
|
||||
});
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue