diff --git a/packages/nc-gui/components/cell/attachment/Modal.vue b/packages/nc-gui/components/cell/attachment/Modal.vue index 65a5b8c9de..e25ac28674 100644 --- a/packages/nc-gui/components/cell/attachment/Modal.vue +++ b/packages/nc-gui/components/cell/attachment/Modal.vue @@ -64,7 +64,7 @@ function onRemoveFileClick(title: any, i: number) { okText: 'Yes', okType: 'danger', cancelText: 'No', - async onOk() { + onOk() { try { removeFile(i) } catch (e: any) {