mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-26 09:16:22 +02:00
feat: add search functionality to notifications and update related components
This commit is contained in:
parent
e01717c65d
commit
8c3b65bac2
6 changed files with 148 additions and 77 deletions
|
|
@ -51,6 +51,9 @@ class NotificationsApiService {
|
|||
if (queryParams.offset !== undefined) {
|
||||
params.append("offset", String(queryParams.offset));
|
||||
}
|
||||
if (queryParams.search) {
|
||||
params.append("search", queryParams.search);
|
||||
}
|
||||
|
||||
const queryString = params.toString();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue