CSR-1391 formatting
This commit is contained in:
parent
d6d0540d7f
commit
a76fee8013
1 changed files with 1 additions and 1 deletions
|
|
@ -238,7 +238,7 @@ export default {
|
||||||
const resultMap = await settleAllPromises(promiseResultMap);
|
const resultMap = await settleAllPromises(promiseResultMap);
|
||||||
|
|
||||||
// Call the "next" function to complete the transition to this page.
|
// Call the "next" function to complete the transition to this page.
|
||||||
next(async vm => {
|
next(async (vm) => {
|
||||||
vm.setCmsContent(resultMap.cmsContent);
|
vm.setCmsContent(resultMap.cmsContent);
|
||||||
vm.fetchSignatureInfo();
|
vm.fetchSignatureInfo();
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue