fix: plugin input (#2567)
This commit is contained in:
@@ -199,6 +199,8 @@ const FieldEditModal = ({
|
||||
|
||||
if (isToolInput) {
|
||||
data.toolDescription = data.description;
|
||||
} else {
|
||||
data.toolDescription = undefined;
|
||||
}
|
||||
|
||||
data.label = data.key;
|
||||
|
||||
Reference in New Issue
Block a user