CSR-1391 formatting

This commit is contained in:
Matt Caimi 2023-10-05 14:26:01 -04:00
parent d6d0540d7f
commit a76fee8013

View file

@ -238,7 +238,7 @@ export default {
const resultMap = await settleAllPromises(promiseResultMap);
// Call the "next" function to complete the transition to this page.
next(async vm => {
next(async (vm) => {
vm.setCmsContent(resultMap.cmsContent);
vm.fetchSignatureInfo();
});