We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b786d50 commit e897dd6Copy full SHA for e897dd6
1 file changed
frontend/src/views/database/mysql/setting/index.vue
@@ -335,6 +335,7 @@ const onLoadInfo = async () => {
335
};
336
337
onMounted(() => {
338
+ changeTab('status');
339
onLoadInfo();
340
});
341
</script>
0 commit comments