浏览代码

fix: issue #12078 by redirect the right (#12088)

Signed-off-by: yihong0618 <zouzou0208@gmail.com>
tags/0.15.0
yihong 10 个月前
父节点
当前提交
bb35818976
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      web/app/components/app/create-app-dialog/app-list/index.tsx

+ 1
- 1
web/app/components/app/create-app-dialog/app-list/index.tsx 查看文件

@@ -147,7 +147,7 @@ const Apps = ({
if (onSuccess)
onSuccess()
localStorage.setItem(NEED_REFRESH_APP_LIST_KEY, '1')
getRedirection(isCurrentWorkspaceEditor, app, push)
getRedirection(isCurrentWorkspaceEditor, { id: app.app_id }, push)
}
catch (e) {
Toast.notify({ type: 'error', message: t('app.newApp.appCreateFailed') })

正在加载...
取消
保存