chore: update package versions and adjust dialog width in FormModal component
This commit is contained in:
@@ -59,7 +59,7 @@ const FormModal = () => {
|
||||
|
||||
return (
|
||||
<Dialog open={containerStore.showEdit} onOpenChange={(open) => containerStore.setShowEdit(open)}>
|
||||
<DialogContent className='w-[800px]'>
|
||||
<DialogContent className='w-200'>
|
||||
<DialogHeader>
|
||||
<DialogTitle>{isEdit ? 'Edit' : 'Add'}</DialogTitle>
|
||||
</DialogHeader>
|
||||
|
||||
Reference in New Issue
Block a user