mirror of
https://github.com/hex248/sprint.git
synced 2026-02-08 10:33:01 +00:00
Project.blob -> Project.key
This commit is contained in:
@@ -130,7 +130,7 @@ function Index() {
|
||||
useEffect(() => {
|
||||
if (!selectedProject) return;
|
||||
|
||||
fetch(`${serverURL}/issues/${selectedProject.Project.blob}`, { headers: getAuthHeaders() })
|
||||
fetch(`${serverURL}/issues/${selectedProject.Project.key}`, { headers: getAuthHeaders() })
|
||||
.then((res) => res.json())
|
||||
.then((data: IssueResponse[]) => {
|
||||
setIssues(data);
|
||||
|
||||
Reference in New Issue
Block a user