fix radio cover in histroy item
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
Artem Anufrij
2023-09-22 14:59:31 +02:00
parent 1097c6aa3d
commit 4b266c4738
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
export default {
collection: [],
selectedRadio: {},
selectedRadio: { covers: {} },
}