mirror of
https://github.com/certd/certd.git
synced 2026-04-23 19:57:27 +08:00
chore:
This commit is contained in:
@@ -49,7 +49,7 @@ const doTest = async () => {
|
||||
type: pluginType,
|
||||
typeName: form.type,
|
||||
action: props.action,
|
||||
input: form
|
||||
input: pluginType === "plugin" ? form.input : form
|
||||
},
|
||||
{
|
||||
onError(err: any) {
|
||||
|
||||
@@ -87,7 +87,7 @@ const getOptions = async () => {
|
||||
type: pluginType,
|
||||
typeName: form.type,
|
||||
action: props.action,
|
||||
input: form
|
||||
input: pluginType === "plugin" ? form.input : form
|
||||
},
|
||||
{
|
||||
onError(err: any) {
|
||||
|
||||
Reference in New Issue
Block a user