chore(web): remove unnused property (#10820)
This commit is contained in:
-1
@@ -340,7 +340,6 @@
|
||||
|
||||
const handleRemoveAlbum = async () => {
|
||||
const isConfirmed = await dialogController.show({
|
||||
id: 'remove-album',
|
||||
prompt: $t('album_delete_confirmation', { values: { album: album.albumName } }),
|
||||
});
|
||||
|
||||
|
||||
@@ -31,7 +31,6 @@
|
||||
|
||||
const handleDeleteLink = async (id: string) => {
|
||||
const isConfirmed = await dialogController.show({
|
||||
id: 'delete-shared-link',
|
||||
title: $t('delete_shared_link'),
|
||||
prompt: $t('confirm_delete_shared_link'),
|
||||
confirmText: $t('delete'),
|
||||
|
||||
@@ -36,7 +36,6 @@
|
||||
|
||||
const handleEmptyTrash = async () => {
|
||||
const isConfirmed = await dialogController.show({
|
||||
id: 'empty-trash',
|
||||
prompt: $t('empty_trash_confirmation'),
|
||||
});
|
||||
|
||||
@@ -62,7 +61,6 @@
|
||||
|
||||
const handleRestoreTrash = async () => {
|
||||
const isConfirmed = await dialogController.show({
|
||||
id: 'restore-trash',
|
||||
prompt: $t('assets_restore_confirmation'),
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user