Commit cfbf78c0 by Vladislav

#19459 Вывод для основного аккаунта списка его РК из кеша

1 parent c9fa1c98
Showing with 1 additions and 2 deletions
......@@ -137,8 +137,7 @@ export default {
}
},
campaignDestroy() {
if (confirm('Are you sure you want to delete this token?')) {
this.$inertia.delete(this.route('token.destroy', this.token.id))
if (confirm('Are you sure you want to delete this campaign?')) {
}
},
},
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!