mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-09-13 12:23:14 +08:00
fix: queryTable is updated with newData (#4084)
This commit is contained in:
parent
8045c4e5ae
commit
381f497b95
@ -61,7 +61,7 @@ export function QueryTable({
|
||||
<ResizeTable
|
||||
columns={tableColumns}
|
||||
tableLayout="fixed"
|
||||
dataSource={dataSource}
|
||||
dataSource={newDataSource}
|
||||
scroll={{ x: true }}
|
||||
// eslint-disable-next-line react/jsx-props-no-spreading
|
||||
{...props}
|
||||
|
Loading…
x
Reference in New Issue
Block a user