mirror of
https://github.com/EthanMarti/infio-copilot.git
synced 2026-05-09 00:20:09 +00:00
fix inline edit can't up error
This commit is contained in:
@@ -98,7 +98,7 @@ const CustomModeView = () => {
|
||||
setCustomInstructions(customMode.customInstructions || '');
|
||||
setSelectedTools(customMode.groups);
|
||||
} else {
|
||||
console.log("error, custom mode not found")
|
||||
console.error("custom mode not found")
|
||||
}
|
||||
}
|
||||
}, [selectedMode, customModeList]);
|
||||
|
||||
Reference in New Issue
Block a user