This website works better with JavaScript.
Home
Explore
Help
Sign In
alex
/
PNSPS-frontend-MaterialUI
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
change br file ref type
master
Anna Ho
2 years ago
parent
6cdc031dac
commit
91d4edc191
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/pages/pnspsUserDetailPage_Organization/index.js
+ 1
- 1
src/pages/pnspsUserDetailPage_Organization/index.js
View File
@@ -104,7 +104,7 @@ const UserMaintainPage_Organization = () => {
</Typography>
</Typography>
<FileList sx={{mt: 3, ml: 3, mb: 1}}
<FileList sx={{mt: 3, ml: 3, mb: 1}}
refId={params.id}
refId={params.id}
refType={"
brFile
"}
refType={"
identification
"}
/>
/>
</MainCard>
</MainCard>
</Grid>
</Grid>
Write
Preview
Loading…
Cancel
Save