This commit is contained in:
@@ -75,7 +75,7 @@ const CatalogueItem: FC<Props> = ({ item, refetch }) => {
|
||||
<Eye size={18} color="#0047FF" />
|
||||
</div>
|
||||
</Link>
|
||||
<Link to={Paths.editor + `/${item.slug}`}>
|
||||
<Link to={Paths.editor + `/${item.id}`}>
|
||||
<div className="size-6 bg-[#EAECF4] rounded-md flex justify-center items-center">
|
||||
<Edit size={18} color="#0047FF" />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user