瀏覽代碼

update

(cherry picked from commit b7cfabed33)
tags/Baseline_180220205_Frontend
MSI\derek 7 月之前
父節點
當前提交
3b89872cff
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/components/CreateProject/CreateProjectWrapper.tsx

+ 1
- 1
src/components/CreateProject/CreateProjectWrapper.tsx 查看文件

@@ -74,7 +74,7 @@ const CreateProjectWrapper: React.FC<Props> = async (props) => {
var filteredTeamLeads = teamId ? teamLeads.filter(
(teamLead) => teamLead.teamId === teamId,
) : teamLeads
if (userStaff.id = 1) {
if (userStaff.id == 1) {
filteredTeamLeads = teamLeads.filter(
(teamLead) => teamLead.teamId === teamId || teamLead.team == "ST",
)


Loading…
取消
儲存