Skip to content

Commit

Permalink
HD: Fix api compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
drizhina committed Oct 28, 2024
1 parent fcd8d6a commit f2536a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/HitTriage/src/app/hit-design-views/tiles-view.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export function getTilesViewDialog(app: HitDesignApp, getTableView: () => DG.Tab
.add(stageEditor.fieldsDiv)
.onOK(async () => {
closeViewer(); // so that its not included in the layout.
ui.setUpdateIndicator(modal.root, true, 'Updating stages...');
ui.setUpdateIndicator(modal.root, true);
try {
await app.setStages(stageEditor.getFields());
ui.setUpdateIndicator(modal.root, false);
Expand Down

0 comments on commit f2536a4

Please sign in to comment.