From 77984b7533d155b288581304d8deb3466121dfce Mon Sep 17 00:00:00 2001 From: zaelgohary Date: Thu, 7 Sep 2023 16:20:41 +0300 Subject: [PATCH 1/2] Add deleting contracts warning --- packages/playground/src/weblets/tf_contracts_list.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/packages/playground/src/weblets/tf_contracts_list.vue b/packages/playground/src/weblets/tf_contracts_list.vue index f566ec3a24..2b0c9692d8 100644 --- a/packages/playground/src/weblets/tf_contracts_list.vue +++ b/packages/playground/src/weblets/tf_contracts_list.vue @@ -90,7 +90,11 @@ Are you sure you want to delete the following contracts? - Deleting contracts may take a while to complete. + To ensure that all keys are removed, it is advisable to remove the contract from its solution page, especially + when multiple contracts may be linked to the same instance. + Deleting contracts may take a while to complete. {{ c.contractId }} From 9ffe907b77f2e37425d139fcea62728a25e20ef0 Mon Sep 17 00:00:00 2001 From: Zainab Elgohary <40770501+zaelgohary@users.noreply.github.com> Date: Sun, 10 Sep 2023 12:34:42 +0300 Subject: [PATCH 2/2] Update packages/playground/src/weblets/tf_contracts_list.vue Co-authored-by: AhmedHanafy725 <41957921+AhmedHanafy725@users.noreply.github.com> --- packages/playground/src/weblets/tf_contracts_list.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/playground/src/weblets/tf_contracts_list.vue b/packages/playground/src/weblets/tf_contracts_list.vue index 2b0c9692d8..f6ea7499d3 100644 --- a/packages/playground/src/weblets/tf_contracts_list.vue +++ b/packages/playground/src/weblets/tf_contracts_list.vue @@ -91,7 +91,7 @@ Are you sure you want to delete the following contracts? To ensure that all keys are removed, it is advisable to remove the contract from its solution page, especially + >It is advisable to remove the contract from its solution page, especially when multiple contracts may be linked to the same instance. Deleting contracts may take a while to complete.