File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 4848 <button
4949 @click =" toggleCollections"
5050 :aria-expanded =" displayCollections"
51- aria-controls =" collections-selector "
51+ aria-controls =" collections"
5252 >
5353 <Icon name =" collection" />
5454 {{ t("link.count_collections", link.collections.length) }}
5555 </button >
5656 </div >
5757
58- <CollectionsSelector
59- id =" collections-selector "
58+ <Collections
59+ id =" collections"
6060 :link =" link"
6161 :open =" displayCollections"
6262 />
@@ -103,7 +103,7 @@ import { store } from "../store.js";
103103import api from " ../api.js" ;
104104import http from " ../http.js" ;
105105import Link from " ../models/link.js" ;
106- import CollectionsSelector from " ../components/CollectionsSelector .vue" ;
106+ import Collections from " ../components/Collections .vue" ;
107107import Notes from " ../components/Notes.vue" ;
108108
109109const { t , locale } = useI18n ();
You can’t perform that action at this time.
0 commit comments