Skip to content

Commit

Permalink
coderabbit suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
UdaySagar-Git committed Dec 5, 2024
1 parent b1b1762 commit b4979e5
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion src/components/Common/DiscussionNotesEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,31 @@ const DiscussionNotesEditor: React.FC<DiscussionNotesEditorProps> = ({
type: "PATIENT_NOTES",
category: "UNSPECIFIED",
multiple: true,
allowAllExtensions: true,
allowedExtensions: [
"jpg",
"jpeg",
"png",
"gif",
"bmp",
"tiff",
"mp4",
"mov",
"avi",
"wmv",
"mp3",
"wav",
"ogg",
"txt",
"csv",
"rtf",
"doc",
"odt",
"pdf",
"xls",
"xlsx",
"ods",
"pdf",
],
});

useEffect(() => {
Expand Down

0 comments on commit b4979e5

Please sign in to comment.