chore: removed unused imports

This commit is contained in:
Jannat Patel
2024-11-29 16:07:48 +05:30
parent d688d5cdd9
commit c3af65e535
4 changed files with 0 additions and 5 deletions

View File

@@ -311,7 +311,6 @@ const saveProgram = () => {
docname: program.doc.name,
name: program.doc.title,
}).then((data) => {
console.log(data)
router.push({ name: 'ProgramForm', params: { programName: data } })
})
}