chore(web): remove unnused property (#10820)

This commit is contained in:
Jason Rasmussen
2024-07-03 16:41:17 -04:00
committed by GitHub
parent 4a481acca6
commit 04f0ac1aad
14 changed files with 3 additions and 26 deletions

View File

@@ -303,7 +303,6 @@
}
const isConfirmed = await dialogController.show({
id: 'delete-album',
prompt: $t('album_delete_confirmation', { values: { album: albumToDelete.albumName } }),
});