better looking detail modal
This commit is contained in:
@@ -222,6 +222,7 @@ export default function LinkActions({
|
||||
<LinkDetailModal
|
||||
onClose={() => setLinkDetailModal(false)}
|
||||
onEdit={() => setEditLinkModal(true)}
|
||||
onDelete={() => setDeleteLinkModal(true)}
|
||||
link={link}
|
||||
/>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user