fix: model parameter modal initial value (#1883)

This commit is contained in:
zxhlyh
2024-01-03 17:10:37 +08:00
committed by GitHub
parent 4d502ea44d
commit a8ff2e95da
4 changed files with 1 additions and 4 deletions

View File

@@ -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