Skip to content

Commit 850dbcd

Browse files
authored
Dont set crid to the string null
1 parent 028d7f1 commit 850dbcd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/frontend/src/pages/ProjectDetailPage/ProjectViewContainer/ProjectViewContainer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ const ProjectViewContainer: React.FC<ProjectViewContainerProps> = ({ project, en
142142
{
143143
title: 'Create New Work Package',
144144
onClick: () => {
145-
history.push(`${routes.WORK_PACKAGE_NEW}?wbs=${projectWbsPipe(project.wbsNum)}&crId=null`);
145+
history.push(`${routes.WORK_PACKAGE_NEW}?wbs=${projectWbsPipe(project.wbsNum)}`);
146146
},
147147
disabled: isGuest(user.role),
148148
icon: <ContentPasteIcon fontSize="small" />

0 commit comments

Comments
 (0)