diff --git a/src/views/dashboards/departmentDashboard/modules/daily-report/DepartmentWeather.vue b/src/views/dashboards/departmentDashboard/modules/daily-report/DepartmentWeather.vue
index b10e7ff3..a0f53b23 100644
--- a/src/views/dashboards/departmentDashboard/modules/daily-report/DepartmentWeather.vue
+++ b/src/views/dashboards/departmentDashboard/modules/daily-report/DepartmentWeather.vue
@@ -16,6 +16,10 @@ const props = defineProps({
type: String,
default: null,
},
+ title: {
+ type: String,
+ default: null,
+ }
});
const state = ref([]);
@@ -390,6 +394,7 @@ watch(
Loading weather...
+
{{ props.title }}
@@ -137,7 +161,7 @@ onMounted(() => {
-
+
{
:series="chartState.series"
/>
+