File tree Expand file tree Collapse file tree
app/(main)/websites/[id]/_components/tabs Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -861,8 +861,6 @@ export function WebsiteOverviewTab({
861861 isLoading = { isLoading }
862862 initialPageSize = { 7 }
863863 minHeight = { 230 }
864- isScrollable
865- scrollHeight = { 400 }
866864 />
867865
868866 < DataTable
@@ -872,8 +870,6 @@ export function WebsiteOverviewTab({
872870 isLoading = { isLoading }
873871 initialPageSize = { 7 }
874872 minHeight = { 230 }
875- isScrollable
876- scrollHeight = { 400 }
877873 />
878874 </ div >
879875
@@ -884,8 +880,6 @@ export function WebsiteOverviewTab({
884880 title = "Custom Events"
885881 description = "User-defined events and interactions with property breakdowns"
886882 isLoading = { isLoading }
887- isScrollable
888- scrollHeight = { 400 }
889883 initialPageSize = { 8 }
890884 minHeight = { 200 }
891885 emptyMessage = "No custom events tracked yet"
@@ -962,8 +956,6 @@ export function WebsiteOverviewTab({
962956 initialPageSize = { 8 }
963957 minHeight = { 200 }
964958 showSearch = { false }
965- isScrollable
966- scrollHeight = { 400 }
967959 />
968960
969961 < DataTable
@@ -975,8 +967,6 @@ export function WebsiteOverviewTab({
975967 initialPageSize = { 8 }
976968 minHeight = { 200 }
977969 showSearch = { false }
978- isScrollable
979- scrollHeight = { 400 }
980970 />
981971
982972 < DataTable
@@ -988,8 +978,6 @@ export function WebsiteOverviewTab({
988978 initialPageSize = { 8 }
989979 minHeight = { 200 }
990980 showSearch = { false }
991- isScrollable
992- scrollHeight = { 400 }
993981 />
994982 </ div >
995983 </ div >
Original file line number Diff line number Diff line change 1616 "@phosphor-icons/react" : " ^2.1.10" ,
1717 "@radix-ui/react-slot" : " ^1.2.3" ,
1818 "@tanstack/react-query" : " ^5.75.4" ,
19+ "@tanstack/react-virtual" : " ^3.13.10" ,
1920 "@types/d3-scale" : " ^4.0.9" ,
2021 "@types/dagre" : " ^0.7.52" ,
2122 "@types/geojson" : " ^7946.0.16" ,
You can’t perform that action at this time.
0 commit comments