chore: checkpoint local workspace changes
This commit is contained in:
@@ -958,6 +958,10 @@ export function PlatformEntryFlowShellImpl({
|
||||
if (!confirmed) {
|
||||
return;
|
||||
}
|
||||
if (!work.profileId) {
|
||||
platformBootstrap.setPlatformError('当前作品缺少 profileId,暂时无法删除。');
|
||||
return;
|
||||
}
|
||||
|
||||
setDeletingCreationWorkId(work.workId);
|
||||
platformBootstrap.setPlatformError(null);
|
||||
|
||||
Reference in New Issue
Block a user