Skip to content

Commit

Permalink
Remove unused pageSize method. (apache#37319)
Browse files Browse the repository at this point in the history
  • Loading branch information
potiuk authored and sunank200 committed Feb 21, 2024
1 parent a24b2c6 commit 1d3c3d4
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 1d3c3d4

Please sign in to comment.