Finish Hotfix-11
This commit is contained in:
@@ -96,7 +96,7 @@ export default abstract class TabsViewModule extends ViewModule {
|
||||
component: tab.component || {
|
||||
content: tab.content,
|
||||
...tab.onShown && {onShown: tab.onShown} || {},
|
||||
...tab.onHide && {onShown: tab.onHide} || {},
|
||||
...tab.onHide && {onHide: tab.onHide} || {},
|
||||
}
|
||||
}));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user