diff options
author | Lucas Azevedo <lhs_azevedo@hotmail.com> | 2023-09-14 00:56:59 -0300 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2023-09-16 14:08:47 +0200 |
commit | 03ece129bf930f8e16be69a28a7a1faa369d8e1c (patch) | |
tree | 22e542d5bb1fb5ff731d0928ff627e704147bc86 /apps/files | |
parent | f8ccaf8d580c60fa0bb44a81326023d5131a2df2 (diff) | |
download | nextcloud-server-03ece129bf930f8e16be69a28a7a1faa369d8e1c.tar.gz nextcloud-server-03ece129bf930f8e16be69a28a7a1faa369d8e1c.zip |
refactor(f2v): Migrate unread comments action to the new FileAction API
Signed-off-by: Lucas Azevedo <lhs_azevedo@hotmail.com>
Diffstat (limited to 'apps/files')
-rw-r--r-- | apps/files/src/components/FileEntry.vue | 1 |
1 files changed, 0 insertions, 1 deletions
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"> |