Refactor code structure for improved readability and maintainability
This commit is contained in:
@@ -182,7 +182,7 @@ export const List = () => {
|
||||
<div className="p-4 w-full h-full">
|
||||
<div className="flex mb-4">
|
||||
<Dialog>
|
||||
<DialogTrigger asChild>
|
||||
<DialogTrigger>
|
||||
<Button
|
||||
onClick={() => {
|
||||
setShowEditModal(true);
|
||||
|
||||
Reference in New Issue
Block a user