remove unused prefillNote

This commit is contained in:
Son NK
2020-11-13 19:15:52 +01:00
parent 51efd4bfb9
commit a73658a5d0
-3
View File
@@ -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