Skip to content

Commit 3c08b44

Browse files
authored
UI: remove unused completeHref import in CollectionsScene.js
Fixes the JS Type Check error in CI after removing the completeHref function call.
1 parent 9b1750e commit 3c08b44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

radicale/web/internal_data/js/scenes/CollectionsScene.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import { Collection, CollectionType, Permission } from "../models/collection.js"
2525
import { extract_title } from "../utils/collection_utils.js";
2626
import { collectionsCache } from "../utils/collections_cache.js";
2727
import { ErrorHandler } from "../utils/error.js";
28-
import { bytesToHumanReadable, completeHref, get_element, get_element_by_id } from "../utils/misc.js";
28+
import { bytesToHumanReadable, get_element, get_element_by_id } from "../utils/misc.js";
2929
import { UrlTextHandler } from "../utils/url_text.js";
3030
import { CreateEditCollectionScene } from "./CreateEditCollectionScene.js";
3131
import { DeleteConfirmationScene } from "./DeleteConfirmationScene.js";

0 commit comments

Comments
 (0)