Fix typo in preview container map
This commit is contained in:
@ -13,7 +13,7 @@ export default contain(
|
|||||||
'appActions',
|
'appActions',
|
||||||
'jobActions'
|
'jobActions'
|
||||||
],
|
],
|
||||||
map({ jobApp: { form: job = {} } }) {
|
map({ jobsApp: { form: job = {} } }) {
|
||||||
return { job };
|
return { job };
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user