CEC-5672 - UI for adding SUMS versions
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user