Skip to content

Commit 4ec1358

Browse files
author
Dylan Huang
committed
styling
1 parent 14a8d04 commit 4ec1358

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vite-app/dist/assets/index-CQTgWyJ8.js.map renamed to vite-app/dist/assets/index-CFNV6YnL.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vite-app/dist/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
66
<title>EP | Log Viewer</title>
77
<link rel="icon" href="/assets/favicon-BkAAWQga.png" />
8-
<script type="module" crossorigin src="/assets/index-CQTgWyJ8.js"></script>
8+
<script type="module" crossorigin src="/assets/index-CFNV6YnL.js"></script>
99
<link rel="stylesheet" crossorigin href="/assets/index-SA8VJz3D.css">
1010
</head>
1111
<body>

vite-app/src/components/ChartExport.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ const ChartExport = <T extends Record<string, unknown>>({
229229
];
230230

231231
return (
232-
<div className="mb-6 p-4 border border-gray-200 rounded-lg bg-white">
232+
<div className="mb-4 bg-white">
233233
<div className="flex items-center justify-between mb-4">
234234
<h3 className="text-sm font-medium text-gray-900">Chart Export</h3>
235235
<div className="flex items-center space-x-2">

vite-app/src/hooks/usePivotData.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export function usePivotData(
7474
aggregator,
7575
filter: createFilterFunction(state.filterConfig),
7676
});
77-
}, [hasValidConfiguration, processedRowFields, processedColumnFields, processedValueField, aggregator]);
77+
}, [hasValidConfiguration, processedRowFields, processedColumnFields, processedValueField, aggregator, state.filterConfig]);
7878

7979
return {
8080
rowFields: processedRowFields,

0 commit comments

Comments
 (0)