mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-06 00:17:21 +00:00
fix: ux fixes
This commit is contained in:
@@ -19,6 +19,7 @@ const videoExt = [
|
||||
'webm',
|
||||
'mpg',
|
||||
'mp2',
|
||||
'mp3',
|
||||
'mpeg',
|
||||
'ogg',
|
||||
'mp4',
|
||||
@@ -33,7 +34,6 @@ const videoExt = [
|
||||
'3g2',
|
||||
'vob',
|
||||
'ts',
|
||||
'ts',
|
||||
]
|
||||
|
||||
const officeExt = [
|
||||
@@ -65,6 +65,7 @@ const officeExt = [
|
||||
'xps',
|
||||
'zip',
|
||||
'rar',
|
||||
'csv',
|
||||
]
|
||||
|
||||
const isVideo = (name: string, mimetype?: string) => {
|
||||
|
||||
Reference in New Issue
Block a user