mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-27 20:29:39 +02:00
Fix fn and bump frontend packages (#57)
* chore(deps): update frontend dependencies to latest versions * fix: update reconnectTimer type and adjust tsconfig paths for consistency * fix: add toast to dependencies in FindingsPage component * fix: add toast to dependencies in FindingsPage component * fix: update language maturity metrics and improve Go validation handling * fix: update CHANGELOG with recent enhancements and dependency bumps * fix: format reconnectTimer initialization for improved readability
This commit is contained in:
parent
281699faae
commit
832533a8cd
15 changed files with 1210 additions and 1334 deletions
|
|
@ -465,7 +465,7 @@ export function FindingsPage() {
|
|||
},
|
||||
);
|
||||
},
|
||||
[addSuppression],
|
||||
[addSuppression, toast],
|
||||
);
|
||||
|
||||
// ── Sort handler ──
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue