Bug on Execution List and Generate Functional Doc
This commit is contained in:
@@ -216,7 +216,7 @@ const filters = ref({
|
||||
'execSharedMap.user_input.selected_application': {
|
||||
operator: FilterOperator.AND,
|
||||
constraints: [{
|
||||
value: userPrefStore.getSelApp.fe_name, matchMode: FilterMatchMode.CONTAINS
|
||||
value: userPrefStore.getSelApp?.fe_name || null, matchMode: FilterMatchMode.CONTAINS
|
||||
}]
|
||||
},
|
||||
'scenario.aiModel.model': {
|
||||
|
||||
Reference in New Issue
Block a user