Merge pull request #567 from linkwarden/hotfix/title-fetching

Hotfix/title fetching
This commit is contained in:
Daniel
2024-04-17 18:11:03 -04:00
committed by GitHub
6 changed files with 41 additions and 10 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import { useRouter } from "next/router";
import React, { useEffect, useState } from "react";
export default function SettingsSidebar({ className }: { className?: string }) {
const LINKWARDEN_VERSION = "v2.5.1";
const LINKWARDEN_VERSION = "v2.5.2";
const { collections } = useCollectionStore();