mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 05:22:02 +00:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 192a2be8b9 |
@@ -173,8 +173,8 @@ const DashboardProduction = () => {
|
||||
loadMore: loadMoreKandang,
|
||||
} = useSelect<ProjectFlockKandang>(
|
||||
ProjectFlockKandangApi.basePath,
|
||||
'kandang_id',
|
||||
'kandang.name',
|
||||
'id',
|
||||
'name_with_period',
|
||||
'search',
|
||||
{
|
||||
location_id:
|
||||
@@ -362,7 +362,7 @@ const DashboardProduction = () => {
|
||||
</div>
|
||||
|
||||
{/* Hidden container for all charts (used for PDF export in OVERVIEW mode) */}
|
||||
{dashboardProductionData && (
|
||||
{exporting && dashboardProductionData && (
|
||||
<>
|
||||
{/* Export Stats Charts */}
|
||||
<div
|
||||
|
||||
Reference in New Issue
Block a user