Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implemented question component #1129

Merged
merged 25 commits into from
Sep 20, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
finished
  • Loading branch information
mxrcury committed Sep 14, 2023
commit 00023296f29e29fb8742fdcbaf022e95e681e11e
2 changes: 1 addition & 1 deletion src/components/file-uploader/FileUploader.tsx
Original file line number Diff line number Diff line change
@@ -103,4 +103,4 @@ const FileUploader: FC<FileUploaderProps> = ({
)
}

export default FileUploader
export default FileUploader
1 change: 1 addition & 0 deletions src/containers/add-documents/AddDocuments.tsx
Original file line number Diff line number Diff line change
@@ -55,6 +55,7 @@ const AddDocuments: FC<AddDocumentsProps> = ({

!error && void fetchData(formData)
}
spliceSx

return (
<Box sx={styles.root}>
Original file line number Diff line number Diff line change
@@ -74,4 +74,4 @@ const AddResourceWithInput: FC<AddResourceWithInputProps> = ({
)
}

export default AddResourceWithInput
export default AddResourceWithInput
Original file line number Diff line number Diff line change
@@ -183,4 +183,4 @@ const AttachmentsContainer = () => {
)
}

export default AttachmentsContainer
export default AttachmentsContainer