This commit is contained in:
g
2026-01-11 07:39:20 +00:00
parent 86b812f42b
commit 4d9f205277
2 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ import { Input } from "@/components/ui/input";
import { Table, TableBody, TableCell, TableHead, TableHeader, TableRow } from "@/components/ui/table"; import { Table, TableBody, TableCell, TableHead, TableHeader, TableRow } from "@/components/ui/table";
import { Select, SelectContent, SelectItem, SelectTrigger, SelectValue } from "@/components/ui/select"; import { Select, SelectContent, SelectItem, SelectTrigger, SelectValue } from "@/components/ui/select";
import { Search, Filter, Eye, ChevronLeft, ChevronRight } from "lucide-react"; import { Search, Filter, Eye, ChevronLeft, ChevronRight } from "lucide-react";
import { FixedSizeList as List } from 'react-window'; import { List } from 'react-window';
import OrderDetailsModal from "./OrderDetailsModal"; import OrderDetailsModal from "./OrderDetailsModal";
interface Order { interface Order {

View File

@@ -1,4 +1,4 @@
{ {
"commitHash": "0fba981", "commitHash": "86b812f",
"buildTime": "2026-01-11T07:37:53.091Z" "buildTime": "2026-01-11T07:38:54.222Z"
} }