Skip to content

Commit 1eb1463

Browse files
author
lilith xia
committed
chore: 修改作业
1 parent 4cb8198 commit 1eb1463

File tree

1 file changed

+1
-1
lines changed
  • src/pages/homework/components/uploadWrap

1 file changed

+1
-1
lines changed

src/pages/homework/components/uploadWrap/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ const UploadSection: React.FC<UploadSectionProps> = (props) => {
144144
limit={30}
145145
onChange={(str) =>
146146
handleChangeTitle({
147-
id: formTitle.assignedTaskID || '',
147+
id: '',
148148
text: str as string,
149149
})
150150
}

0 commit comments

Comments
 (0)