mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-07 14:39:25 +08:00
fix: import with wps (#5397)
* fix: import with wps * chore: console.log
This commit is contained in:
parent
fd0370b450
commit
1e1e976d28
@ -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 = () => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user