wwf
2 天以前 a430284aa21e3ae1f0d5654e55b2ad2852519cc2
utils/app-redirection.ts
@@ -1,8 +1,6 @@
import type { AppMode } from '@/types/app'
export const getRedirection = (
  isCurrentWorkspaceEditor: boolean,
  app: { id: string, mode: AppMode },
  app: any,
  redirectionFunc: (href: string) => void,
) => {
  if (!isCurrentWorkspaceEditor) {