Skip to content

Commit

Permalink
🐛 FIX: subscription search (#2159)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyacedev committed Aug 16, 2023
1 parent f688298 commit 8720bd6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/pages/subscriptions/manage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ watch(searchTerm, (newValue, oldValue): void => {
if (newValue !== null && newValue.trim() !== oldValue.trim()) {
router.push(route.path);
searchTermValue.value = newValue.trim();
refresh();
}
}, 500);
});
Expand Down

0 comments on commit 8720bd6

Please sign in to comment.