Skip to content

Commit 7941329

Browse files
authored
Merge pull request #52 from keithchong/4234-TakesLongForDataToLoad
Dynamic Plugin taking long to load data (#4234)
2 parents a2bb62a + 134ad38 commit 7941329

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/utils/useEnvDetails.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ const useEnvDetails = (appName, manifestURL) => {
3333
}
3434
};
3535

36+
getAppData();
3637
const id = setInterval(getAppData, fetchDataFrequency * 1000);
3738
return () => {
3839
ignore = true;

0 commit comments

Comments
 (0)