add radio name to the history item
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
ad6161c40a
commit
5fd39722ce
@ -160,6 +160,7 @@ export default {
|
|||||||
let item = {
|
let item = {
|
||||||
id: this.selectedRadio._id,
|
id: this.selectedRadio._id,
|
||||||
cover128: this.selectedRadio.cover128,
|
cover128: this.selectedRadio.cover128,
|
||||||
|
name: this.selectedRadio.name,
|
||||||
type: "radio",
|
type: "radio",
|
||||||
};
|
};
|
||||||
this.$store.dispatch("user/saveHistoryItem", item);
|
this.$store.dispatch("user/saveHistoryItem", item);
|
||||||
|
Loading…
Reference in New Issue
Block a user