refactor: set default tab
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 6s

This commit is contained in:
Thanaphon Frappet 2025-03-06 11:15:45 +07:00
parent 87de5b48ac
commit cf7b1ac1de

View file

@ -79,7 +79,7 @@ const filteredTabs = computed(() => {
});
const pageState = reactive({
currentTab: isExecutive.value ? ViewMode.Product : ViewMode.Document,
currentTab: ViewMode.Document,
});
async function fetchReportTab() {