Skip to content

Commit

Permalink
refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
mirzakhany committed Oct 27, 2024
1 parent 96a93f4 commit 3a699a2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ui/pages/requests/view.go
Original file line number Diff line number Diff line change
Expand Up @@ -468,13 +468,11 @@ func (v *View) OpenRequestContainer(req *domain.Request) {
if req.MetaData.Type == domain.RequestTypeHTTP {
ct := v.createRestfulContainer(req)
v.containers.Set(req.MetaData.ID, ct)
return
}

if req.MetaData.Type == domain.RequestTypeGRPC {
ct := v.createGrpcContainer(req)
v.containers.Set(req.MetaData.ID, ct)
return
}

v.window.Invalidate()
Expand Down

0 comments on commit 3a699a2

Please sign in to comment.