fix: add judgement of currentWorkspace

This commit is contained in:
QiShaoXuan
2023-01-10 20:42:00 +08:00
parent f1ea2ee691
commit b86a03642a
3 changed files with 5 additions and 4 deletions

View File

@@ -40,7 +40,7 @@ export const SyncPage = ({ workspace }: { workspace: WorkspaceInfo }) => {
confirmText: user ? 'Enable' : 'Sign in and Enable',
cancelText: 'Skip',
}).then(async confirm => {
if (confirm) {
if (confirm && currentWorkspace) {
// if (user) {
// await login();
// }