Commit cfbf78c0 by Vladislav

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

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