WebUI: Fix error when category doesn't exist
commit8e6515be2c8cc2b335002ab8913e9dcdd7873204
authorThomas Piccirello <8296030+Piccirello@users.noreply.github.com>
Mon, 1 Apr 2024 12:15:30 +0000 (1 05:15 -0700)
committerGitHub <noreply@github.com>
Mon, 1 Apr 2024 12:15:30 +0000 (1 20:15 +0800)
tree9bb66113c2bedb6c6efb9a06685ea61a9ee6656e
parent1d221c22e4da53d3f09969ec05fe8ba1c613a07e
WebUI: Fix error when category doesn't exist

This prevents hitting a TypeError when the category stored in localstorage does not exist. The behavior for a nonexistent category now mirrors that of a nonexistent tag or filter - no option is selected and no torrents are shown.

Closes #20623.
PR #20638.
src/webui/www/private/scripts/dynamicTable.js