Skip to content

Commit

Permalink
fix(THEEDGE-3790): Fix conventional tab when no host typ informed (#2137
Browse files Browse the repository at this point in the history
  • Loading branch information
acosferreira authored Jan 11, 2024
1 parent 98015d4 commit f1e1b21
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/api/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,8 @@ export const calculateSystemProfile = ({

if (hostTypeFilter) {
systemProfile['host_type'] = hostTypeFilter;
} else {
systemProfile['host_type'] = 'nil';
}

return generateFilter({
Expand Down

0 comments on commit f1e1b21

Please sign in to comment.