fix: table meta not loading

This commit is contained in:
DarkPhoenix2704
2026-01-19 06:26:00 +00:00
parent dc7d23585c
commit cc6e17674a

View File

@@ -53,7 +53,7 @@ const loadAggregationList = async () => {
try {
isLoading.value = true
const tableMeta = await getMeta(props.baseId, props.tableId, undefined, true, true)
const tableMeta = await getMeta(props.baseId, props.tableId, undefined, false, true)
if (!tableMeta) {
aggregationList.value = []
return