You've already forked AstralRinth
forked from didirus/AstralRinth
fix version filtering wrong page (#1206)
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
</span>
|
||||
<DropArea :accept="acceptFileFromProjectType(project.project_type)" @change="handleFiles" />
|
||||
</div>
|
||||
<VersionFilterControl :versions="props.versions" />
|
||||
<VersionFilterControl :versions="props.versions" @switch-page="switchPage" />
|
||||
<Pagination
|
||||
:page="currentPage"
|
||||
:count="Math.ceil(filteredVersions.length / 20)"
|
||||
|
||||
Reference in New Issue
Block a user