Merge branch 'fix/reset-follows-export' into 'develop'
Reset enableFollowsExport when an export file is available to download See merge request pleroma/pleroma-fe!412
This commit is contained in:
commit
915487072b
1 changed files with 1 additions and 0 deletions
|
@ -213,6 +213,7 @@ const UserSettings = {
|
||||||
.fetchFriends({id: this.$store.state.users.currentUser.id})
|
.fetchFriends({id: this.$store.state.users.currentUser.id})
|
||||||
.then((friendList) => {
|
.then((friendList) => {
|
||||||
this.exportPeople(friendList, 'friends.csv')
|
this.exportPeople(friendList, 'friends.csv')
|
||||||
|
setTimeout(() => { this.enableFollowsExport = true }, 2000)
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
followListChange () {
|
followListChange () {
|
||||||
|
|
Loading…
Reference in a new issue