Added querying to sidebar. Fixed initial state.
This commit is contained in:
@@ -1,9 +1,5 @@
|
||||
export default {
|
||||
currentUser: {
|
||||
email: null,
|
||||
displayName: null,
|
||||
token: null
|
||||
},
|
||||
currentUser: { email: null, displayName: null },
|
||||
selectedNavItem: "Home",
|
||||
recentItems: [],
|
||||
whiteBoardLeftSiderVisible: true
|
||||
|
||||
Reference in New Issue
Block a user