Skip to content
Snippets Groups Projects
Commit 972ac0f9 authored by Tomasz Knapik's avatar Tomasz Knapik Committed by Todd Dembrey
Browse files

Update notes visibility

parent 87affab6
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ import { apiFetch } from '@api/utils'; ...@@ -3,7 +3,7 @@ import { apiFetch } from '@api/utils';
export function fetchNotesForSubmission(submissionID, visibility = 'internal') { export function fetchNotesForSubmission(submissionID, visibility = 'internal') {
return apiFetch(`/apply/api/submissions/${submissionID}/comments/`, 'GET', { return apiFetch(`/apply/api/submissions/${submissionID}/comments/`, 'GET', {
//visibility, visibility,
page_size: 1000, page_size: 1000,
}); });
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment