fix: import with wps (#5397)

* fix: import with wps

* chore: console.log
This commit is contained in:
ChengLei Shao 2024-10-11 21:32:36 +08:00 committed by GitHub
parent fd0370b450
commit 1e1e976d28
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,6 +16,7 @@ import { useFields } from './useFields';
const INCLUDE_FILE_TYPE = [
'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet',
'application/vnd.ms-excel',
'application/wps-office.xlsx',
];
export const useShared = () => {