fix(history): reload history when showAll toggle changes
This commit is contained in:
@@ -94,6 +94,8 @@ function handleShowAllToggle(e) {
|
||||
showAll = e.target.checked;
|
||||
// Re-open stream with updated showAll param
|
||||
startSSE();
|
||||
// Reload history with updated showAll param
|
||||
loadHistory();
|
||||
}
|
||||
|
||||
function fadeOutLogin() {
|
||||
|
||||
Reference in New Issue
Block a user