${JSON.stringify(attribute, null, 4)}`);
if (isVocabularyField(status.type, attribute.value)) {
initialValues[attribute.value] = null;
} else if (includes(attribute.value, dateAttributes)) {
@@ -586,28 +672,27 @@ const StixCyberObservableCreation = ({
}
if (attribute.value === 'value') {
return (
- <>
+
{attribute.value}
-
-
-
+ setFieldValue(field_name, new_value)}
+ />
- >
+
);
}
return (