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