mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
refac
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
let isDarkMode = false;
|
||||
let editorTheme = new Compartment();
|
||||
|
||||
const formatPythonCodeHandler = async () => {
|
||||
export const formatPythonCodeHandler = async () => {
|
||||
if (codeEditor) {
|
||||
console.log('formatPythonCodeHandler');
|
||||
const res = await formatPythonCode(value).catch((error) => {
|
||||
|
||||
Reference in New Issue
Block a user