fix: collapse daily vehicle flow details by default
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
shishengliang
2026-09-20 09:54:36 +08:00
parent 8fb574599b
commit b15951f08b
+1 -1
View File
@@ -87,7 +87,7 @@ export default function AssetsModule() {
const [flowRange, setFlowRange] = useState(() => getRecentFlowRange()); const [flowRange, setFlowRange] = useState(() => getRecentFlowRange());
const [flowStats, setFlowStats] = useState<FlowStatsResponse | null>(null); const [flowStats, setFlowStats] = useState<FlowStatsResponse | null>(null);
const [flowLoading, setFlowLoading] = useState(false); const [flowLoading, setFlowLoading] = useState(false);
const [flowDailyExpanded, setFlowDailyExpanded] = useState(true); const [flowDailyExpanded, setFlowDailyExpanded] = useState(false);
const [selectedFlow, setSelectedFlow] = useState<FlowSelection | null>(null); const [selectedFlow, setSelectedFlow] = useState<FlowSelection | null>(null);
// Dept/Region/Customer data // Dept/Region/Customer data