Skip to content

Commit

Permalink
Fix Extraction Refresh Issue (#1671)
Browse files Browse the repository at this point in the history
* fix extraction refresh issue
* reload, but not hot
  • Loading branch information
JFriel authored Nov 6, 2023
1 parent 613b092 commit ec03189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rdmp.UI/ProjectUI/ExecuteExtractionUI.cs
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ private HelpWorkflow BuildHelpFlow()

private void CheckAndExecuteUI1OnStateChanged(object sender, EventArgs eventArgs)
{
tlvDatasets.RefreshObjects(tlvDatasets.Objects.Cast<object>().ToArray());
tlvDatasets.Refresh();
}

private bool CanExpandGetter(object model)
Expand Down

0 comments on commit ec03189

Please sign in to comment.