Skip to content

Commit

Permalink
typo: 버튼 명 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
mdgarden committed Oct 5, 2024
1 parent 2ed9590 commit 46578dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/vscode/src/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ export class SidebarProvider implements vscode.WebviewViewProvider {
<title>API Caller</title>
</head>
<body>
<button onclick="callApi(1)">API 1</button>
<button onclick="callApi(2)">API 2</button>
<button onclick="callApi(3)">API 3</button>
<button onclick="callApi(1)">Call AI Analyze 1</button>
<button onclick="callApi(2)">Call AI Analyze 2</button>
<button onclick="callApi(3)">Call AI Analyze 3</button>
<div id="result"></div>
<script>
Expand Down

0 comments on commit 46578dd

Please sign in to comment.