mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-14 19:15:41 +00:00
fix typo
This commit is contained in:
@ -30,7 +30,7 @@ export function getActions(navigate: NavigateFunction) {
|
|||||||
{
|
{
|
||||||
title: t`Documentation`,
|
title: t`Documentation`,
|
||||||
description: t`Visit documentation to learn more about InvenTree`,
|
description: t`Visit documentation to learn more about InvenTree`,
|
||||||
onTrigger: () => log('Documentatioconsole.n'),
|
onTrigger: () => console.log('Documentation'),
|
||||||
icon: <IconFileText size="1.2rem" />
|
icon: <IconFileText size="1.2rem" />
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user