forked from AkkomaGang/akkoma-fe
Reset enableFollowsExport to true after 2 sec when an export file is available to download
This commit is contained in:
parent
2077927ff3
commit
33c2d21bb7
1 changed files with 1 additions and 0 deletions
|
@ -198,6 +198,7 @@ const UserSettings = {
|
|||
.fetchFriends({id: this.$store.state.users.currentUser.id})
|
||||
.then((friendList) => {
|
||||
this.exportPeople(friendList, 'friends.csv')
|
||||
setTimeout(() => { this.enableFollowsExport = true }, 2000)
|
||||
})
|
||||
},
|
||||
followListChange () {
|
||||
|
|
Loading…
Reference in a new issue