mirror of
https://github.com/langgenius/dify.git
synced 2026-05-05 18:08:07 +08:00
fix: model parameter modal initial value (#1883)
This commit is contained in:
@ -30,7 +30,6 @@ const WorkplaceSelector = () => {
|
||||
const currentWorkspace = workspaces.find(v => v.current)
|
||||
|
||||
const handleSwitchWorkspace = async (tenant_id: string) => {
|
||||
console.log(tenant_id, currentWorkspace?.id)
|
||||
try {
|
||||
if (currentWorkspace?.id === tenant_id)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user