mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-17 04:25:42 +00:00
trigger: ci
This commit is contained in:
@ -72,7 +72,7 @@ export const getPluginTemplateEditor = (
|
|||||||
{error && (
|
{error && (
|
||||||
<Alert
|
<Alert
|
||||||
color="red"
|
color="red"
|
||||||
title={t`Error Loading Plugin`}
|
title={t`Error Loading Plugin Editor`}
|
||||||
icon={<IconExclamationCircle />}
|
icon={<IconExclamationCircle />}
|
||||||
>
|
>
|
||||||
<Text>{error}</Text>
|
<Text>{error}</Text>
|
||||||
@ -119,7 +119,7 @@ export const getPluginTemplatePreview = (
|
|||||||
{error && (
|
{error && (
|
||||||
<Alert
|
<Alert
|
||||||
color="red"
|
color="red"
|
||||||
title={t`Error Loading Plugin`}
|
title={t`Error Loading Plugin Preview`}
|
||||||
icon={<IconExclamationCircle />}
|
icon={<IconExclamationCircle />}
|
||||||
>
|
>
|
||||||
<Text>{error}</Text>
|
<Text>{error}</Text>
|
||||||
|
Reference in New Issue
Block a user