Skip to content

Commit 846406c

Browse files
linters
1 parent 8c2f769 commit 846406c

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

ui/src/components/App.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ export default function App() {
3030
const [showPut] = useLocalStorage('showPut', 'true');
3131
const [showPatch] = useLocalStorage('showPatch', 'true');
3232
const [showHead] = useLocalStorage('showHead', 'false');
33-
const [savePreviousResponse] = useLocalStorage('savePreviousResponse', 'false');
3433

3534
const searchOptions = {
3635
keys: ['uri', 'doc_block'],

ui/src/components/elements/ApiActionResponse.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import React, { useEffect, useState } from 'react';
1+
import React, { useEffect } from 'react';
22
import "ace-builds";
33
import jsonWorkerUrl from 'ace-builds/src-min-noconflict/worker-json?url';
44

ui/src/components/elements/ApiActionTabs.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import {
66
CircleStackIcon,
77
DocumentTextIcon,
88
TableCellsIcon,
9-
EllipsisVerticalIcon,
109
ReceiptRefundIcon
1110
} from '@heroicons/react/24/outline'
1211

0 commit comments

Comments
 (0)