Compilación de cliente
This commit is contained in:
parent
73dff582e3
commit
3c4f28b2ed
@ -52,7 +52,7 @@ export function CatalogDataTableFilter<TData>({
|
||||
|
||||
return (
|
||||
<TooltipProvider>
|
||||
<div className='w-full space-y-2'>
|
||||
<div className='w-full space-y-2' {...props}>
|
||||
<div className='relative flex items-center flex-1 p-2 space-x-2 border rounded-md border-input'>
|
||||
<SearchIcon className='w-4 h-4 text-gray-500' />
|
||||
<div className='flex flex-wrap items-center flex-1 gap-2'>
|
||||
|
||||
@ -8,7 +8,7 @@ export type UseDealerListParams = {
|
||||
pageIndex: number;
|
||||
pageSize: number;
|
||||
};
|
||||
searchTerm?: string;
|
||||
searchTerm?: string[];
|
||||
enabled?: boolean;
|
||||
queryOptions?: Record<string, unknown>;
|
||||
};
|
||||
|
||||
@ -152,7 +152,7 @@ export function useDataTable<TData, TValue>({
|
||||
|
||||
const sortingUpdater: OnChangeFn<SortingState> = (updater) => {
|
||||
if (typeof updater === "function") {
|
||||
const newSorting = updater(sorting);
|
||||
//const newSorting = updater(sorting);
|
||||
//console.log(newSorting);
|
||||
//setSorting(newSorting);
|
||||
}
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
5
dist/client/index.html
vendored
5
dist/client/index.html
vendored
@ -3,12 +3,13 @@
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="robots" content="noindex, nofollow" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<link href="https://fonts.upset.dev/css2?family=Poppins&display=swap" rel="stylesheet" />
|
||||
<title>Uecko</title>
|
||||
<script type="module" crossorigin src="/assets/index-JR6IpOni.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-D-WUkXMb.css">
|
||||
<script type="module" crossorigin src="/assets/index-DJAOJNo1.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-C6azqQuI.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
2
dist/client/robots.txt
vendored
Normal file
2
dist/client/robots.txt
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
User-agent: *
|
||||
Disallow: /
|
||||
Loading…
Reference in New Issue
Block a user