UI: remove unused completeHref import in CollectionsScene.js

Fixes the JS Type Check error in CI after removing the completeHref function call.
This commit is contained in:
bb2
2026-05-22 23:31:56 +08:00
committed by GitHub
parent 9b1750e0ea
commit 3c08b44b41

View File

@@ -25,7 +25,7 @@ import { Collection, CollectionType, Permission } from "../models/collection.js"
import { extract_title } from "../utils/collection_utils.js";
import { collectionsCache } from "../utils/collections_cache.js";
import { ErrorHandler } from "../utils/error.js";
import { bytesToHumanReadable, completeHref, get_element, get_element_by_id } from "../utils/misc.js";
import { bytesToHumanReadable, get_element, get_element_by_id } from "../utils/misc.js";
import { UrlTextHandler } from "../utils/url_text.js";
import { CreateEditCollectionScene } from "./CreateEditCollectionScene.js";
import { DeleteConfirmationScene } from "./DeleteConfirmationScene.js";