mirror of
https://github.com/linsa-io/linsa.git
synced 2026-07-11 21:02:37 +02:00
wip
This commit is contained in:
@@ -72,6 +72,7 @@ export const LinkItem = React.memo(
|
||||
toast.success("Link learning state updated", defaultToast)
|
||||
}
|
||||
} else {
|
||||
console.log(personalLinks.toJSON(), link.title)
|
||||
const slug = generateUniqueSlug(personalLinks.toJSON(), link.title)
|
||||
const newPersonalLink = PersonalLink.create(
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user