add radio name to the history item
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Artem Anufrij 2023-09-12 20:41:34 +02:00
parent ad6161c40a
commit 5fd39722ce

View File

@ -160,6 +160,7 @@ export default {
let item = {
id: this.selectedRadio._id,
cover128: this.selectedRadio.cover128,
name: this.selectedRadio.name,
type: "radio",
};
this.$store.dispatch("user/saveHistoryItem", item);