diff --git a/src/components/backend-ai-storage-list.ts b/src/components/backend-ai-storage-list.ts index e29724838f..798ec70c25 100644 --- a/src/components/backend-ai-storage-list.ts +++ b/src/components/backend-ai-storage-list.ts @@ -1953,9 +1953,10 @@ export default class BackendAiStorageList extends BackendAIPage { * @param {Object} rowData - the object with the properties related with the rendered item * */ controlFolderListRenderer(root, column?, rowData?) { - const isSharingAllowed = ( - this._unionedAllowedPermissionByVolume[rowData.item.host] ?? [] - ).includes('invite-others'); + const isSharingAllowed = + ( + this._unionedAllowedPermissionByVolume[rowData.item.host] ?? [] + ).includes('invite-others') && !rowData.item.name.startsWith('.'); render( // language=HTML html`