mirror of
https://github.com/ershisan99/flashcards-example-project.git
synced 2025-12-18 12:33:22 +00:00
add update/delete/edit/add deck functionality
This commit is contained in:
@@ -29,6 +29,7 @@ export const DeckDialog = ({
|
||||
})
|
||||
const onSubmit = handleSubmit(data => {
|
||||
onConfirm(data)
|
||||
dialogProps.onOpenChange?.(false)
|
||||
reset()
|
||||
})
|
||||
const handleCancel = () => {
|
||||
|
||||
Reference in New Issue
Block a user