From 53e55de6056b91e72d1d0534cc0995ed1b336e1a Mon Sep 17 00:00:00 2001 From: alexm Date: Tue, 23 May 2023 09:15:31 +0200 Subject: [PATCH] refs #5579 fix(route_index): order --- modules/route/front/main/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/route/front/main/index.html b/modules/route/front/main/index.html index 7d4cd33ee..f1bed84ff 100644 --- a/modules/route/front/main/index.html +++ b/modules/route/front/main/index.html @@ -2,7 +2,7 @@ vn-id="model" url="Routes/filter" limit="20" - order="created DESC"> + order="created DESC, id DESC"> - \ No newline at end of file +