Skip to content

Commit

Permalink
Remove unused pageSize method. (#37319)
Browse files Browse the repository at this point in the history
(cherry picked from commit 5fe27c8)
  • Loading branch information
potiuk authored and ephraimbuddy committed Feb 20, 2024
1 parent 8c2ce35 commit da024aa
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions airflow/www/static/js/dags.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,6 @@ $("#dag_query").on("keypress", (e) => {
}
});

$("#page_size").on("change", function onPageSizeChange() {
const pSize = $(this).val();
window.location = `${DAGS_INDEX}?page_size=${pSize}`;
});

$.each($("[id^=toggle]"), function toggleId() {
const $input = $(this);
const dagId = $input.data("dag-id");
Expand Down

0 comments on commit da024aa

Please sign in to comment.