Skip to content

Commit

Permalink
fix: Properly display configuration alert
Browse files Browse the repository at this point in the history
  • Loading branch information
codablock committed Aug 15, 2023
1 parent 70ca447 commit 3e43e0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/webui/ui/src/components/targets-view/TargetItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -403,10 +403,10 @@ class TargetItemCardProvider implements SidePanelProvider {
}
}

return <>
return <Box>
{errorHeader}
<PropertiesTable properties={props}/>
</>
</Box>
}

getTargetName() {
Expand Down

0 comments on commit 3e43e0c

Please sign in to comment.