mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-30 19:36:40 +00:00
fix: Show skelton loader immediatly when a table is opened
This commit is contained in:
@@ -190,6 +190,8 @@ export function useViewData(
|
||||
|
||||
controller.value = CancelToken.source()
|
||||
|
||||
isPaginationLoading.value = true
|
||||
|
||||
const response = !isPublic.value
|
||||
? await api.dbViewRow.list(
|
||||
'noco',
|
||||
|
||||
Reference in New Issue
Block a user