Skip to content

fix: Resolve pagination links not working in compact mode

Jiaan Louw requested to merge 701-support-links-for-compact-gl-pagination into master

The pagination component couldn't be used in link-mode and compact mode combined. This was because the links on NEXT and PREV button didn't work.

By allowing the NEXT and PREV buttons to change the URL the links now function as they should.

Closes #701 (closed)

Edited by Jiaan Louw

Merge request reports