refactor: remove unused props (#18240)

This commit is contained in:
Jason Rasmussen
2025-05-12 18:31:37 -04:00
committed by GitHub
parent bb775110ef
commit 81d959a27e
4 changed files with 2 additions and 11 deletions

View File

@@ -66,7 +66,6 @@
title: $t('purchase_remove_product_key'),
prompt: $t('purchase_remove_product_key_prompt'),
confirmText: $t('remove'),
cancelText: $t('cancel'),
});
if (!isConfirmed) {
@@ -86,7 +85,6 @@
title: $t('purchase_remove_server_product_key'),
prompt: $t('purchase_remove_server_product_key_prompt'),
confirmText: $t('remove'),
cancelText: $t('cancel'),
});
if (!isConfirmed) {