added presentable file field fallback
This commit is contained in:
@@ -2,9 +2,7 @@
|
||||
import { link } from "svelte-spa-router";
|
||||
import CommonHelper from "@/utils/CommonHelper";
|
||||
import tooltip from "@/actions/tooltip";
|
||||
import { hideControls } from "@/stores/app";
|
||||
import { collections, activeCollection, isCollectionsLoading } from "@/stores/collections";
|
||||
import CollectionUpsertPanel from "@/components/collections/CollectionUpsertPanel.svelte";
|
||||
import { activeCollection } from "@/stores/collections";
|
||||
|
||||
export let collection;
|
||||
export let pinnedIds;
|
||||
|
||||
Reference in New Issue
Block a user