]> source.dussan.org Git - gitea.git/commit
Add null check for responseData.invalidTopics (#32212) (#32217)
authorGiteabot <teabot@gitea.io>
Wed, 9 Oct 2024 01:18:29 +0000 (09:18 +0800)
committerGitHub <noreply@github.com>
Wed, 9 Oct 2024 01:18:29 +0000 (09:18 +0800)
commit4815c4aeae41b72f5f891f4c5971dc8c7731de27
tree642a10523ec5b2ccf1b495c46c31f92108a06ca1
parent2e3a1910979bcf746079d595dd6892bddae8d515
Add null check for responseData.invalidTopics (#32212) (#32217)

Backport #32212 by @cloudchamb3r

<img width="553" alt="Screenshot 2024-10-08 at 10 49 10 AM"
src="https://github.com/user-attachments/assets/faeef64d-684a-4aba-b7fc-c7c6a0301abe">

`responseData.invalidTopics` can be null but it wasn't handled.

Co-authored-by: cloudchamb3r <jizon0123@protonmail.com>
web_src/js/features/repo-home.js