Loading alert styling
This commit is contained in:
@ -30,7 +30,7 @@ export default function Dashboard() {
|
||||
setLoadingEnv(true);
|
||||
|
||||
dashboardApi
|
||||
.getFake(envTab.dashboardEndpoint)
|
||||
.get(envTab.dashboardEndpoint)
|
||||
.then((response) => {
|
||||
return response.data.content;
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user