mirror of
https://github.com/open-webui/open-webui.git
synced 2025-10-02 16:10:57 +02:00
refac
This commit is contained in:
@@ -206,7 +206,7 @@
|
||||
type: 'application/json'
|
||||
});
|
||||
|
||||
saveAs(blob, `tool-server-${name || id || 'export'}.json`);
|
||||
saveAs(blob, `tool-server-${id || name || 'export'}.json`);
|
||||
};
|
||||
|
||||
const submitHandler = async () => {
|
||||
|
Reference in New Issue
Block a user