Merge pull request #313 from yokowu/feat-ai-employee

feat: 研发人员不限制创建AI员工数量
This commit is contained in:
Yoko
2025-08-28 14:34:20 +08:00
committed by GitHub
2 changed files with 1 additions and 2 deletions

View File

@@ -268,7 +268,6 @@ const EmployeeTaskList = () => {
size="small"
sx={{ mb: 2, alignSelf: "flex-end" }}
onClick={() => setOpen(true)}
disabled={isUser && total > 0}
>
AI
</Button>