Loading alert styling

This commit is contained in:
Eden Kirin
2024-01-28 12:46:55 +01:00
parent 0c86009271
commit f6b1dc6562
4 changed files with 19 additions and 5 deletions

View File

@ -30,7 +30,7 @@ export default function Dashboard() {
setLoadingEnv(true);
dashboardApi
.getFake(envTab.dashboardEndpoint)
.get(envTab.dashboardEndpoint)
.then((response) => {
return response.data.content;
})