cloud content refactor

This commit is contained in:
SPRINX0\prochazka
2025-06-12 16:55:55 +02:00
parent e9a086ad23
commit e33df8f12d
6 changed files with 62 additions and 17 deletions

View File

@@ -92,7 +92,7 @@
}
</script>
{#if data.conid && $cloudConnectionsStore[data.conid]}
{#if data.conid && $cloudConnectionsStore[data.conid] && $cloudConnectionsStore[data.conid]?._id}
<ConnectionAppObject
{...$$restProps}
{passProps}
@@ -109,7 +109,7 @@
{passProps}
data={{
file: data.name,
folder: data.contentFolder,
folder: data.contentAttributes?.contentFolder,
folid: data.folid,
cntid: data.cntid,
}}