Skip to content

Commit

Permalink
Added loader to references page
Browse files Browse the repository at this point in the history
  • Loading branch information
hkam0006 committed Sep 10, 2024
1 parent d4f3cf4 commit e07ef5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/manager-components/keys/Keys.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@ const Keys = () => {
setKeys(data);
setFilteredKeys(data);
setError(error);
setLoading(false)
})();

setLoading(false);
}, []);

const handleSelectRow = (event, id) => {
Expand Down

0 comments on commit e07ef5c

Please sign in to comment.