You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<ErroredTooltiptitle={isErrored?"Value is not valid":''}placement={'top'}disableInteractive={true}open={isErrored||isHovered}tooltipVariant={TooltipVariant.Error}>
@@ -39,7 +40,8 @@ export function MetadataKeyValueList({
39
40
editingEnabled,
40
41
deletionEnabled,
41
42
onDeleteHandler,
42
-
onChangeHandler,
43
+
onSaveHandler,
44
+
validateValueByType,
43
45
}: MetadataKeyValueListProps){
44
46
//Todo:
45
47
// - Not sure what to do with the multiple field. (If I need to use it as part of the validations in the future, and also what value should I set for newly created fields).
@@ -66,10 +68,12 @@ export function MetadataKeyValueList({
0 commit comments