We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3597e3 commit f52fdb0Copy full SHA for f52fdb0
src/ui/layouts/Home.tsx
@@ -80,7 +80,7 @@ export const Home: React.FC = () => {
80
const getDashboardData = async () => {
81
setFetching(true);
82
const { data } = await axios.get(
83
- `${process.env.REACT_APP_BASE_API_URL}/projects/${DEFAULT_PROJECT_NAME}/statistics`,
+ `${process.env.REACT_APP_BASE_API_URL}/projects/${selectedProject}/statistics`,
84
{
85
headers: {
86
Authorization: `bearer ${authToken}`,
0 commit comments