File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
packages/plugins/FileService/src/SiteAdaptor/components Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 11// todo:the issue is potentially the file size limit
22
3+ import { Trans } from '@lingui/react/macro'
34import { Icons } from '@masknet/icons'
45import { UploadDropArea } from '@masknet/shared'
56import { makeStyles } from '@masknet/theme'
@@ -10,7 +11,6 @@ import { downloadFile } from '../../helpers.js'
1011import { Provider } from '../../types.js'
1112import { useFileManagement } from '../contexts/index.js'
1213import { FileList } from './FileList.js'
13- import { Trans } from '@lingui/react/macro'
1414
1515interface ProviderConfig {
1616 name : ReactNode
@@ -92,10 +92,6 @@ export function UploadFile() {
9292 provider : Provider . Arweave ,
9393 name : < Trans > Arweave</ Trans > ,
9494 } ,
95- {
96- provider : Provider . IPFS ,
97- name : < Trans > IPFS</ Trans > ,
98- } ,
9995 {
10096 provider : Provider . Load ,
10197 name : < Trans > Load Network</ Trans > ,
You can’t perform that action at this time.
0 commit comments