mirror of
https://github.com/nocodb/nocodb.git
synced 2026-02-02 02:57:23 +00:00
fix: table meta not loading
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user