This website works better with JavaScript.
Home
Explore
Help
Sign In
jason
/
FPSMS-frontend
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
quick update
master
cyril.tsui
2 months ago
parent
396c00bfe6
commit
c04a70fbff
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
src/components/JoSave/JoSave.tsx
+ 2
- 0
src/components/JoSave/JoSave.tsx
View File
@@ -151,6 +151,8 @@ const JoSave: React.FC<Props> = ({
formProps.setValue("status", response.entity.status)
pickLines.map((line) => ({...line, status: "completed"}))
handleBack()
}
}
} catch (e) {
Write
Preview
Loading…
Cancel
Save