Skip to content

Commit

Permalink
chore(ktabledata): add debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
Justineo committed Nov 29, 2024
1 parent aeb662a commit c7b59cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/KTableData/KTableData.vue
Original file line number Diff line number Diff line change
Expand Up @@ -554,6 +554,8 @@ watch([stateData, tableState], (newState) => {
state: newTableState,
hasData: newStateData.hasData,
})
console.log(state, tableFetcherCacheKey.value)
})
// handles debounce of search query
Expand Down

0 comments on commit c7b59cc

Please sign in to comment.