Skip to content

Commit 101807b

Browse files
Team Coding Agent 1localai-bot
authored andcommitted
fix: remove duplicate handleSave function declaration
- Removed duplicate handleSave function that was causing syntax error - The duplicate declaration was introduced during a previous merge/rebase - This fixes the build-test CI failure Signed-off-by: Team Coding Agent 1 <team-coding-agent-1@localai.ai>
1 parent 46cb00a commit 101807b

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

core/http/react-ui/src/pages/Settings.jsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,6 @@ export default function Settings() {
5555
} catch (_e) { /* ignore */ }
5656
}, [])
5757

58-
const handleSave = async () => {
59-
setSaving(true)
60-
try {
6158
const handleSave = async () => {
6259
setSaving(true)
6360
try {

0 commit comments

Comments
 (0)