Skip to content

Commit

Permalink
[pre-commit] fixes from hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Nov 20, 2024
1 parent 6df2506 commit 5b1bc4f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ Ext.define("MainHub.view.requests.RequestWindowController", {
}
var librariesInRequestGrid = wnd.down("#libraries-in-request-grid");
if (librariesInRequestGrid) {
librariesInRequestGrid.getView().refresh();
librariesInRequestGrid.getView().refresh();
}
},

Expand Down

0 comments on commit 5b1bc4f

Please sign in to comment.