{
emit('add-request', { path: folderPath })
hide()
}
"
/>
{
emit('add-folder', { folder, path: folderPath })
hide()
}
"
/>
{
emit('edit-folder', { folder, folderPath })
hide()
}
"
/>
{
emit('duplicate-collection', {
path: folderPath,
collectionSyncID: folder.id,
}),
hide()
}
"
/>
{
confirmRemove = true
hide()
}
"
/>
{
emit('edit-properties', {
collectionIndex: collectionIndex,
collection: collection,
})
hide()
}
"
/>