Bug on Execution List and Generate Functional Doc

This commit is contained in:
2025-04-02 13:27:26 +02:00
parent 64699fa365
commit b7a5a284a5
2 changed files with 28 additions and 86 deletions

View File

@@ -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': {