Skip to content
Snippets Groups Projects

Sushant branch connect backend

Merged Sushant Dasari requested to merge SushantBranchConnectBackend into main
4 files
+ 149
2
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -82,12 +82,12 @@ const SearchBrowse = () => {
};
const handleDetailView = (personId) => {
window.location.href = `/admin/edit-person/${personId}`;
window.location.href = `/user/search-results/${personId}`;
};
return (
<div className={styles.container}>
<h2>Search for person to edit</h2>
<h2>Search for person to view</h2>
{/* Search Form */}
<div className={styles.searchForm}>
Loading