chore: correct spelling for footer custom entries
This commit is contained in:
parent
f7dc36e3f1
commit
3e83828722
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@
|
||||||
/>
|
/>
|
||||||
-->
|
-->
|
||||||
<template
|
<template
|
||||||
v-for="footerItem in platform.ui?.additonalFooterMenuItems"
|
v-for="footerItem in platform.ui?.additionalFooterMenuItems"
|
||||||
:key="footerItem.id"
|
:key="footerItem.id"
|
||||||
>
|
>
|
||||||
<template v-if="footerItem.action.type === 'link'">
|
<template v-if="footerItem.action.type === 'link'">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue