Skip to content

Commit

Permalink
fix(dv): detail panel not diposing correctly (#4308)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gggpound authored Dec 25, 2024
1 parent 80e6f37 commit 0a0e723
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ export const OpenValidationPanelOperation: ICommand<IOpenValidationPanelOperatio
});

const disposable = sidebarService.open({
id: DATA_VALIDATION_PANEL,
header: { title: isAdd ? 'dataValidation.panel.addTitle' : 'dataValidation.panel.title' },
children: { label: DATA_VALIDATION_PANEL },
width: 312,
Expand Down

0 comments on commit 0a0e723

Please sign in to comment.