From 03ece129bf930f8e16be69a28a7a1faa369d8e1c Mon Sep 17 00:00:00 2001 From: Lucas Azevedo Date: Thu, 14 Sep 2023 00:56:59 -0300 Subject: refactor(f2v): Migrate unread comments action to the new FileAction API Signed-off-by: Lucas Azevedo --- apps/files/src/components/FileEntry.vue | 1 - 1 file changed, 1 deletion(-) (limited to 'apps/files/src') diff --git a/apps/files/src/components/FileEntry.vue b/apps/files/src/components/FileEntry.vue index 2f03859feb2..9ba85709b15 100644 --- a/apps/files/src/components/FileEntry.vue +++ b/apps/files/src/components/FileEntry.vue @@ -119,7 +119,6 @@ :boundaries-element="getBoundariesElement()" :container="getBoundariesElement()" :disabled="source._loading" - :force-name="true" :force-menu="enabledInlineActions.length === 0 /* forceMenu only if no inline actions */" :inline="enabledInlineActions.length" :open.sync="openedMenu"> -- cgit v1.2.3