mirror of
https://github.com/Joxit/docker-registry-ui.git
synced 2026-08-17 11:26:28 +00:00
fix(pagination): Reset the number of selected tags to delete when the page is updated
This commit is contained in:
@@ -115,6 +115,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
this.on('page-update', function(page) {
|
||||
self.page = page;
|
||||
this.toDelete = 0;
|
||||
this.update();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user