feat: enhance dynamic forms and popups for About, Contact, and Resume sections; add project detail popup
This commit is contained in:
@@ -9,8 +9,6 @@ export class AdminQuery extends Query<AdminState> {
|
||||
constructor() {
|
||||
super(inject(AdminStore));
|
||||
}
|
||||
// Candidate
|
||||
candidateId$ = this.select('candidateId');
|
||||
|
||||
// About
|
||||
about$ = this.select('about');
|
||||
@@ -47,8 +45,4 @@ export class AdminQuery extends Query<AdminState> {
|
||||
getResume() {
|
||||
return this.getValue().resume;
|
||||
}
|
||||
|
||||
getCandidateId() {
|
||||
return this.getValue().candidateId;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user