From 437f9be328bc5c785a8f93ddd5c8a645ca7bf890 Mon Sep 17 00:00:00 2001 From: Wing-Kam Wong Date: Tue, 17 Jan 2023 12:44:59 +0800 Subject: [PATCH] chore(nc-gui): remove renameFile in attachment modal --- packages/nc-gui/components/cell/attachment/Modal.vue | 9 --------- 1 file changed, 9 deletions(-) diff --git a/packages/nc-gui/components/cell/attachment/Modal.vue b/packages/nc-gui/components/cell/attachment/Modal.vue index cb47dced88..cd9f6c0215 100644 --- a/packages/nc-gui/components/cell/attachment/Modal.vue +++ b/packages/nc-gui/components/cell/attachment/Modal.vue @@ -20,7 +20,6 @@ const { downloadFile, updateModelValue, selectedImage, - renameFile, } = useAttachmentCell()! // todo: replace placeholder var @@ -133,14 +132,6 @@ function onRemoveFileClick(title: any, i: number) { - - - -
- -
-
-