mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-24 01:25:37 -05:00
fix race condition in declarative table (#15801)
This commit is contained in:
@@ -109,7 +109,8 @@ export function createViewContext(): ViewTestContext {
|
||||
onRowSelected: undefined!,
|
||||
setFilter: undefined!,
|
||||
data: [],
|
||||
columns: []
|
||||
columns: [],
|
||||
setDataValues: undefined!
|
||||
});
|
||||
|
||||
let loadingComponent: () => azdata.LoadingComponent = () => Object.assign({}, componentBase, {
|
||||
|
||||
Reference in New Issue
Block a user