Docker-test spa with react
This commit is contained in:
parent
5cc8829147
commit
4a76e9c9d2
3 changed files with 5 additions and 7 deletions
|
@ -1,8 +1,9 @@
|
|||
const model = {
|
||||
app: {
|
||||
page: 'search'
|
||||
pages: [],
|
||||
page: 'search',
|
||||
loggedInUserId: null,
|
||||
},
|
||||
|
||||
inputs : {
|
||||
search: {
|
||||
text: '',
|
||||
|
@ -21,11 +22,8 @@ const model = {
|
|||
email: '',
|
||||
},
|
||||
},
|
||||
|
||||
// felles data
|
||||
people: [
|
||||
{ id: 1, name: 'Per', email: 'per@mail.com'},
|
||||
],
|
||||
|
||||
|
||||
],
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue