Readd response view for editor
This commit is contained in:
@@ -1023,7 +1023,19 @@ const Editor = {
|
|||||||
),
|
),
|
||||||
]),
|
]),
|
||||||
]),
|
]),
|
||||||
|
!this.executeLoading &&
|
||||||
|
!this.error &&
|
||||||
|
this.response &&
|
||||||
|
m(ResponseView, {
|
||||||
|
response: this.response,
|
||||||
|
responseTime: this.responseTime,
|
||||||
|
responseSize: this.responseSize,
|
||||||
|
envEditorValue: this.jsonValue,
|
||||||
|
isTimer: this.isTimer,
|
||||||
|
onClose: () => {
|
||||||
|
this.response = null;
|
||||||
|
},
|
||||||
|
}),
|
||||||
/* AI Modal */
|
/* AI Modal */
|
||||||
this.aiModalOpen && m("div", {
|
this.aiModalOpen && m("div", {
|
||||||
class: "fixed inset-0 z-50 flex items-center justify-center bg-black bg-opacity-50",
|
class: "fixed inset-0 z-50 flex items-center justify-center bg-black bg-opacity-50",
|
||||||
|
|||||||
Reference in New Issue
Block a user