This commit is contained in:
2023-10-20 15:14:02 +05:00
parent 45e5b95dd9
commit 6f908a0da1
11 changed files with 125 additions and 10 deletions
+1
View File
@@ -512,6 +512,7 @@ function DashboardPage() {
<CreateSchedule
companyId={company?.id}
buildId={selectedBuild?.id}
schedules={schedules}
handleCreate={getSchedules}
/>
)