mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-15 01:33:54 +00:00
fix table not showing on the index page
This commit is contained in:
parent
55eea72bd3
commit
01cd501459
@ -200,7 +200,7 @@ const appStore = useAppStoreWithOut();
|
||||
const params = useRoute().params;
|
||||
const selectedSelector = ref<string>("");
|
||||
const showFilter = computed(
|
||||
() => dashboardStore.layout[0].activedTabIndex === 2
|
||||
() => dashboardStore.layout[0]?.activedTabIndex === 2
|
||||
);
|
||||
|
||||
const { query } = useRoute();
|
||||
|
Loading…
Reference in New Issue
Block a user