From 689b06475630ba5d2a2728f6e3e5caa1a88ed03c Mon Sep 17 00:00:00 2001 From: Peter Papp Date: Sat, 30 Jan 2021 15:31:48 +0100 Subject: [PATCH] - reset emails input after close popup --- resources/js/components/Others/ShareCreate.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/js/components/Others/ShareCreate.vue b/resources/js/components/Others/ShareCreate.vue index 62262fb7..9fae18d8 100644 --- a/resources/js/components/Others/ShareCreate.vue +++ b/resources/js/components/Others/ShareCreate.vue @@ -253,6 +253,7 @@ expiration: undefined, type: undefined, unique_id: undefined, + emails: undefined, } this.isGeneratedShared = false this.isMoreOptions = false