Skip to content

Commit b36af49

Browse files
author
xukecheng
committed
chore: update import instructions in ExcelImport component and remove newline at end of widget.config.json
1 parent fdfabd7 commit b36af49

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/excel_import.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ export const ExcelImport: React.FC = () => {
9090
}
9191
const onImportExcel = (file) => {
9292
const mention = confirm(
93-
"Please note: Currently, only append import is supported; the column names in the import file should be exactly the same as those in the table; the Computed, Member, Attachment and Link type field is not supported."
93+
"Please note: The column names in the import file should be exactly the same as those in the table; the Computed, Member, Attachment and Link type field is not supported."
9494
);
9595

9696
// Get the uploaded file object

widget.config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
},
2020
"globalPackageId": "wpkLtswE2evl5",
2121
"website": "https://help.aitable.ai/docs/guide/intro-widget-import-from-excel"
22-
}
22+
}

0 commit comments

Comments
 (0)