From a73658a5d09d3e5e21ec0884e13b1e2f734f3b2b Mon Sep 17 00:00:00 2001 From: Son NK <> Date: Fri, 13 Nov 2020 19:15:52 +0100 Subject: [PATCH] remove unused prefillNote --- src/popup/components/NewAliasResult.vue | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/popup/components/NewAliasResult.vue b/src/popup/components/NewAliasResult.vue index 8d5ae06..be33c50 100644 --- a/src/popup/components/NewAliasResult.vue +++ b/src/popup/components/NewAliasResult.vue @@ -23,7 +23,6 @@ :index="0" :show="true" :mailboxes="mailboxes" - :prefillNote="prefillNote" btnSaveLabel="Save & Back" @changed="backToMainPage" @deleted="backToMainPage" @@ -70,12 +69,10 @@ export default { newAliasData: SLStorage.getTemporary("newAliasData"), showVoteScreen: false, extensionUrl: Utils.getExtensionURL(), - prefillNote: "", }; }, async mounted() { this.newAlias = this.$route.params.email; - this.prefillNote = `Used on ${await Utils.getHostName()}`; let notAskingRate = await SLStorage.get(SLStorage.SETTINGS.NOT_ASKING_RATE); if (!!notAskingRate) this.showVoteScreen = false; // TODO showVoteScreen 1 day after user installed plugin