mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-29 13:27:01 +00:00
chore(nc-gui): remove unnecessary async
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user