Add new Admin state
cgen-15bbbf364c1c47e7bd17032e42f38b8b
This commit is contained in:
parent
d23b45b901
commit
17b3f33f13
1 changed files with 3 additions and 0 deletions
|
|
@ -85,6 +85,9 @@ export default function Admin() {
|
|||
specialties: ["Simulation", "AI/ML", "Economy"],
|
||||
},
|
||||
]);
|
||||
const [applications, setApplications] = useState<ProjectApplication[]>([]);
|
||||
const [applicationsLoading, setApplicationsLoading] = useState(false);
|
||||
const [selectedMemberId, setSelectedMemberId] = useState<string | null>(null);
|
||||
|
||||
useEffect(() => {
|
||||
(async () => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue