Skip to content

Commit 76387b4

Browse files
(v2.8) oops
1 parent b86f507 commit 76387b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/components/ApiAction.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export default function ApiAction(props: Props) {
4141
const [serverMemory, setServerMemory] = useState("");
4242
const [responseStatus, setResponseStatus] = useState(0);
4343
const [responseHeaders, setResponseHeaders] = useState("");
44-
const [activeTab, setActiveTab] = useState('events');
44+
const [activeTab, setActiveTab] = useState('info');
4545

4646
const handleFileChange = (files: any, file: any) => {
4747
const formData: any = new FormData()

0 commit comments

Comments
 (0)