We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7634c4 commit f29f7aaCopy full SHA for f29f7aa
client/src/components/CollectionsColumn.vue
@@ -194,7 +194,7 @@ async function handleItemSelected(uuid: string): Promise<void> {
194
return;
195
}
196
197
- const isAlreadyActiveInEditPane: boolean = uuid === activeCollection.value.collection.data.uuid;
+ const isAlreadyActiveInEditPane: boolean = uuid === activeCollection.value?.collection.data.uuid;
198
199
// Nothing happens, return
200
if (isAlreadyActiveInEditPane) {
0 commit comments