Skip to content

Commit 929914d

Browse files
authored
feat: update response icon (#3657)
* update response icon * disable save all button
1 parent 281f7d3 commit 929914d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/app/views/query-response/pivot-items/pivot-item.tsx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ import {
3333
import { default as GraphToolkitV9 } from '../graph-toolkit/GraphToolkitV9';
3434
import { Response } from '../response';
3535
import {
36-
ArrowResetRegular,
36+
ArrowHookDownRightRegular,
3737
DocumentChevronDoubleRegular,
3838
ClipboardCodeRegular,
3939
WindowWrenchRegular,
@@ -116,7 +116,10 @@ export const GetPivotItems = () => {
116116
};
117117

118118
const tabs = [
119-
{ id: translateMessage('Response Preview'), name:translateMessage('Response Preview'), icon:<ArrowResetRegular />},
119+
{ id: translateMessage('Response Preview'),
120+
name: translateMessage('Response Preview'),
121+
icon: <ArrowHookDownRightRegular />
122+
},
120123
{ id: translateMessage('Response Headers'),
121124
name:translateMessage('Response Headers'), icon:<DocumentChevronDoubleRegular /> },
122125
{ id: translateMessage('Snippets'), name: translateMessage('Snippets'), icon: <ClipboardCodeRegular /> },

0 commit comments

Comments
 (0)