wearefrank / ladybug-frontend

Frontend for Ladybug
Apache License 2.0
2 stars 7 forks source link

Fix: make limit of records in debug table persistent #742

Closed MatthijsSmets closed 3 weeks ago

MatthijsSmets commented 3 weeks ago

Previously setting the table limit in the debug tab was not persistent, meaning that switching tabs reset the limit back to 10. This is now fixed, table limit is persistent and stays when switching tabs. Closes #718