Skip to content

Commit

Permalink
fix: The error occurred while saving the plugin configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayideyia committed Sep 26, 2024
1 parent e743215 commit f121e81
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ const handleSubmit = async () => {
props.id + ' Not Found',
'is Missing source code',
'Disabled',
"Can't find variable: " + PluginTriggerEvent.OnConfigure,
PluginTriggerEvent.OnConfigure + ' is not defined'
]
if (errors.every((v) => !error.includes(v))) {
Expand Down

0 comments on commit f121e81

Please sign in to comment.