Skip to content

Commit 41ec34c

Browse files
authored
Merge pull request #57168 from abhinavohri/56572
2 parents a467589 + e721556 commit 41ec34c

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

apps/files/src/components/FileEntry/FileEntryName.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
import type { FileAction, Node } from '@nextcloud/files'
4343
import type { PropType } from 'vue'
4444
45-
import { showError, showSuccess } from '@nextcloud/dialogs'
45+
import { showError } from '@nextcloud/dialogs'
4646
import { FileType, NodeStatus } from '@nextcloud/files'
4747
import { translate as t } from '@nextcloud/l10n'
4848
import { defineComponent, inject } from 'vue'
@@ -262,7 +262,6 @@ export default defineComponent({
262262
try {
263263
const status = await this.renamingStore.rename()
264264
if (status) {
265-
showSuccess(t('files', 'Renamed "{oldName}" to "{newName}"', { oldName, newName: this.source.basename }))
266265
this.$nextTick(() => {
267266
const nameContainer = this.$refs.basename as HTMLElement | undefined
268267
nameContainer?.focus()

dist/files-main.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/files-main.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)