Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
uphrh-smf-web
Commits
71f27c7d
Commit
71f27c7d
authored
2 years ago
by
BharathTarento
Browse files
Options
Download
Patches
Plain Diff
file upload accept xlx format
parent
9aeafe93
master
accept_file_type
delete-form
delete-user
form-issue
inspector-model
1 merge request
!3
file upload accept xlx format
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/constants/AppConstants.ts
+2
-1
src/constants/AppConstants.ts
with
2 additions
and
1 deletion
+2
-1
src/constants/AppConstants.ts
+
2
−
1
View file @
71f27c7d
...
...
@@ -27,6 +27,7 @@ export const APP = {
'
image/jpg
'
,
'
image/jpeg
'
,
'
image/png
'
,
'
application/pdf
'
'
application/pdf
'
,
'
.xlsx
'
,
]
};
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets