diff --git a/frontend/src/components/Forms/StatementForm.tsx b/frontend/src/components/Forms/StatementForm.tsx index c801e19f..d21494a4 100644 --- a/frontend/src/components/Forms/StatementForm.tsx +++ b/frontend/src/components/Forms/StatementForm.tsx @@ -219,6 +219,7 @@ const StatementForm = (props: any) => { anatomical_entities: [], from_entities: [], }); + refreshStatement(); }} onElementReorder={async ( sourceIndex: number, @@ -422,6 +423,7 @@ const StatementForm = (props: any) => { anatomical_entities: [], from_entities: [], }); + refreshStatement(); }} hideDeleteBtn={statement?.destinations?.length <= 1 || isDisabled} showReOrderingIcon={false}