fix table not showing on the index page

This commit is contained in:
Peter Olu 2022-05-06 03:10:28 +01:00
parent 55eea72bd3
commit 01cd501459

View File

@ -200,7 +200,7 @@ const appStore = useAppStoreWithOut();
const params = useRoute().params; const params = useRoute().params;
const selectedSelector = ref<string>(""); const selectedSelector = ref<string>("");
const showFilter = computed( const showFilter = computed(
() => dashboardStore.layout[0].activedTabIndex === 2 () => dashboardStore.layout[0]?.activedTabIndex === 2
); );
const { query } = useRoute(); const { query } = useRoute();