mirror of
https://github.com/romancm/gamebrary
synced 2024-11-15 07:57:19 +00:00
initialize background props when creating board
This commit is contained in:
parent
1157f0e18e
commit
d6d3d7bb24
1 changed files with 2 additions and 1 deletions
|
@ -175,7 +175,8 @@ export default {
|
|||
name: '',
|
||||
description: '',
|
||||
theme: null,
|
||||
wallpaper: null,
|
||||
backgroundUrl: null,
|
||||
backgroundColor: null,
|
||||
platforms: [],
|
||||
lists: [],
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue