fix:missing return error caused no features to load
This commit is contained in:
parent
1e4047caf1
commit
90c0850449
1 changed files with 1 additions and 0 deletions
|
|
@ -116,6 +116,7 @@ def _getFeatureUiObjects(featureCode: str) -> List[Dict[str, Any]]:
|
|||
return UI_OBJECTS
|
||||
elif featureCode == "neutralization":
|
||||
from modules.features.neutralization.mainNeutralization import UI_OBJECTS
|
||||
return UI_OBJECTS
|
||||
elif featureCode == "chatbot":
|
||||
from modules.features.chatbot.mainChatbot import UI_OBJECTS
|
||||
return UI_OBJECTS
|
||||
|
|
|
|||
Loading…
Reference in a new issue