소스 검색

fix alias sorting

Son NK 4 년 전
부모
커밋
c77b0c07b4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/dashboard/templates/dashboard/index.html

+ 1 - 1
app/dashboard/templates/dashboard/index.html

@@ -116,7 +116,7 @@
               <option value="old2new" {% if sort == "old2new" %} selected {% endif %}>
                 Alias Old-Recent
               </option>
-              <option value="old2new" {% if sort == "new2old" %} selected {% endif %}>
+              <option value="new2old" {% if sort == "new2old" %} selected {% endif %}>
                 Alias Recent-Old
               </option>
               <option value="a2z" {% if sort == "a2z" %} selected {% endif %}>