fix tabs in popout view #1110

This commit is contained in:
wh1te909
2022-05-04 22:17:45 +00:00
parent 0568cfc10f
commit 3863da7564

View File

@@ -240,6 +240,7 @@ export default {
loading.value = true;
summary.value = await fetchAgent(selectedAgent.value);
store.commit("setRefreshSummaryTab", false);
store.commit("setAgentPlatform", summary.value.plat);
loading.value = false;
}