mirror of
https://github.com/immich-app/immich.git
synced 2025-07-03 21:40:00 +02:00
chore(web): remove unnused property (#10820)
This commit is contained in:
parent
4a481acca6
commit
04f0ac1aad
14 changed files with 3 additions and 26 deletions
web/src/lib/components/user-settings-page
|
@ -60,11 +60,7 @@
|
|||
};
|
||||
|
||||
const handleDelete = async (key: ApiKeyResponseDto) => {
|
||||
const isConfirmed = await dialogController.show({
|
||||
id: 'delete-api-key',
|
||||
prompt: $t('delete_api_key_prompt'),
|
||||
});
|
||||
|
||||
const isConfirmed = await dialogController.show({ prompt: $t('delete_api_key_prompt') });
|
||||
if (!isConfirmed) {
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue