Skip to content

Commit

Permalink
Merge branch 'dcaldeira/feature/TDC-7378-enumerator-component' of git…
Browse files Browse the repository at this point in the history
…hub.com:Talend/ui into dcaldeira/feature/TDC-7378-enumerator-component
  • Loading branch information
dlcaldeira committed Nov 29, 2023
2 parents 73e6f87 + 23c39b6 commit 511a425
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export const Enumeration = ({
const newItems = [...items];
newItems[indexToReplace] = value;
onChange(newItems);
onEdit?.(value);
await onEdit?.(value);
}
} catch (e) {
//The parent component must do the error handling
Expand Down

0 comments on commit 511a425

Please sign in to comment.