Skip to content

Commit

Permalink
Merge pull request #97 from terrateamio/pro-371-fix-double-page-request
Browse files Browse the repository at this point in the history
PRO-371 FIX Double page request in pagination
  • Loading branch information
orbitz authored Nov 22, 2024
2 parents 75fce74 + 227e5c2 commit 0043ef0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions code/src/brtl_js2/brtl_js2_page.ml
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,7 @@ module Make (S : S) = struct
let uri = Brtl_js2.(Note.S.value (Router.uri (State.router state))) in
Brtl_js2.Router.navigate
(Brtl_js2.State.router state)
(Uri.to_string (S.make_uri (Query.query query) uri));
Abb_js.Future.run
(perform_fetch set_refresh_active refresh_active set_res_page send_fetch_err query))
(Uri.to_string (S.make_uri (Query.query query) uri)))
in
let refresh_btn =
Brtl_js2.Kit.Ui.Button.v'
Expand Down

0 comments on commit 0043ef0

Please sign in to comment.