CEC-5672 - UI for adding SUMS versions

This commit is contained in:
padamsen_fisker
2024-01-30 16:57:19 -05:00
parent c72ea839b4
commit 6bd5bd1c39
21 changed files with 1366 additions and 60 deletions

View File

@@ -82,7 +82,7 @@ const MainForm = () => {
useEffect(() => {
loadFlashpacks();
// eslint-disable-next-line react-hooks/exhaustive-deps
}, [token, token, pageIndex, pageSize]);
}, [token, pageIndex, pageSize]);
const loadFlashpacks = async () => {
try {