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