replaced ti-upload

This commit is contained in:
dakkar 2024-06-21 17:23:04 +01:00
parent 8f60c6d7e1
commit 99d7ba8bbc
5 changed files with 14 additions and 13 deletions

View file

@ -93,7 +93,7 @@ function select(src: any, label: string | null, multiple: boolean): Promise<Miss
ref: keepOriginal,
}, {
text: i18n.ts.upload,
icon: 'ph-upload ph-bold ph-lg',
icon: 'ti ti-upload',
action: () => chooseFileFromPc(multiple, keepOriginal.value).then(files => res(files)),
}, {
text: i18n.ts.fromDrive,