chore(files): adjust renaming action comment

Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
pull/52359/head
John Molakvoæ 5 months ago committed by nextcloud-command
parent 006d4ee952
commit 7fc0318475
  1. 2
      apps/files/src/store/renaming.ts

@ -88,6 +88,8 @@ export const useRenamingStore = defineStore('renaming', () => {
})
// Update mime type if extension changed
// as other related informations might have changed
// on the backend but it is really hard to know on the front
if (oldExtension !== newExtension) {
node = await fetchNode(node.path)
}

Loading…
Cancel
Save