Added loader state change to ensure that folder (#542)
Co-authored-by: Benjamin Perez <benjamin@bexsoft.net>
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -221,6 +221,10 @@ const ListObjects = ({
|
||||
}
|
||||
}, [match, routesList, setAllRoutes]);
|
||||
|
||||
useEffect(() => {
|
||||
setLoading(true);
|
||||
}, [routesList, setLoading]);
|
||||
|
||||
const closeDeleteModalAndRefresh = (refresh: boolean) => {
|
||||
setDeleteOpen(false);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user