Skip to content

Commit 12dac14

Browse files
committed
fix(ui): Request Panel > Query > URL Preview not refreshing after changing Environment in folder (resolves #310)
1 parent 7a3a566 commit 12dac14

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: packages/ui/src/components/RequestPanel.vue

+3
Original file line numberDiff line numberDiff line change
@@ -711,6 +711,9 @@ export default {
711711
},
712712
deep: true
713713
},
714+
collectionItemEnvironmentResolved() {
715+
this.getUrlPreview()
716+
},
714717
graphql: {
715718
handler() {
716719
if(this.disableGraphqlWatch) {

0 commit comments

Comments
 (0)