mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-09-13 15:33: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
|
<ResizeTable
|
||||||
columns={tableColumns}
|
columns={tableColumns}
|
||||||
tableLayout="fixed"
|
tableLayout="fixed"
|
||||||
dataSource={dataSource}
|
dataSource={newDataSource}
|
||||||
scroll={{ x: true }}
|
scroll={{ x: true }}
|
||||||
// eslint-disable-next-line react/jsx-props-no-spreading
|
// eslint-disable-next-line react/jsx-props-no-spreading
|
||||||
{...props}
|
{...props}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user