From f477998b2fb9edf1c81109bfac92e35b22f66117 Mon Sep 17 00:00:00 2001 From: Mohamed Yussuf Date: Mon, 8 Jun 2020 01:56:13 +0800 Subject: [PATCH] fix: add sync firebase for all the commit --- components/collections/addCollection.vue | 1 + components/collections/collection.vue | 10 ++++++++++ components/collections/editCollection.vue | 12 +++++++++++- components/collections/editFolder.vue | 10 ++++++++++ components/collections/editRequest.vue | 10 ++++++++++ components/collections/folder.vue | 10 ++++++++++ components/collections/request.vue | 10 ++++++++++ components/environments/editEnvironment.vue | 11 +++++++++++ components/environments/environment.vue | 10 ++++++++++ 9 files changed, 83 insertions(+), 1 deletion(-) diff --git a/components/collections/addCollection.vue b/components/collections/addCollection.vue index 518db55d4..e00dec3c3 100644 --- a/components/collections/addCollection.vue +++ b/components/collections/addCollection.vue @@ -78,6 +78,7 @@ export default { }, hideModal() { this.$emit("hide-modal") + this.$data.name = undefined }, }, } diff --git a/components/collections/collection.vue b/components/collections/collection.vue index f4d52df49..c59209826 100644 --- a/components/collections/collection.vue +++ b/components/collections/collection.vue @@ -87,6 +87,8 @@ ul li {