fix: correct typo 'additionalFooterMenuItems'
This commit is contained in:
parent
a7566dfd86
commit
f7dc36e3f1
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ import { stdSupportOptionItems } from "@hoppscotch/common/platform/std/ui/suppor
|
|||
|
||||
createHoppApp("#app", {
|
||||
ui: {
|
||||
additonalFooterMenuItems: stdFooterItems,
|
||||
additionalFooterMenuItems: stdFooterItems,
|
||||
additionalSupportOptionsMenuItems: stdSupportOptionItems,
|
||||
},
|
||||
auth: authDef,
|
||||
|
|
|
|||
Loading…
Reference in a new issue