Skip to content

Commit

Permalink
fix(websocket): query params lost when refresh page
Browse files Browse the repository at this point in the history
  • Loading branch information
scarqin committed Sep 9, 2022
1 parent aa59cad commit 7fd6fac
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
i18n-placeholder
placeholder="Enter URL"
formControlName="uri"
(change)="changeUri()"
[(ngModel)]="model.request.uri"
class="left-1"
name="uri"
Expand Down

0 comments on commit 7fd6fac

Please sign in to comment.