initialize background props when creating board

This commit is contained in:
Gamebrary 2021-02-26 22:43:53 -07:00
parent 1157f0e18e
commit d6d3d7bb24

View file

@ -175,7 +175,8 @@ export default {
name: '',
description: '',
theme: null,
wallpaper: null,
backgroundUrl: null,
backgroundColor: null,
platforms: [],
lists: [],
};