Skip to content

Commit fc35c54

Browse files
committed
492: Remove redundant setLoading(false) call
1 parent 0cd3b16 commit fc35c54

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/client/src/pages/Admin/Admin.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,6 @@ export default function Admin(props) {
8484
} catch (error) {
8585
console.warn(error);
8686
setAlert({ type: "error", text: error });
87-
} finally {
88-
setIsLoading(false);
8987
}
9088

9189
setFilesInput(undefined);

0 commit comments

Comments
 (0)