mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-01 04:01:59 +08:00
chore: remove the unnecessary hideOnSinglePage prop
This commit is contained in:
parent
46b4c8a004
commit
f23ceea54e
@ -64,7 +64,6 @@ function ResizeTable({
|
|||||||
...restProps,
|
...restProps,
|
||||||
components: { header: { cell: ResizableHeader } },
|
components: { header: { cell: ResizableHeader } },
|
||||||
columns: mergedColumns,
|
columns: mergedColumns,
|
||||||
hideOnSinglePage: true,
|
|
||||||
pagination: { ...pagination, hideOnSinglePage: true },
|
pagination: { ...pagination, hideOnSinglePage: true },
|
||||||
}),
|
}),
|
||||||
[mergedColumns, pagination, restProps],
|
[mergedColumns, pagination, restProps],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user