Remove list_name from API calls, use <ol> for listing signupees
This commit is contained in:
@@ -6,7 +6,6 @@ export interface Signup {
|
||||
id?: number;
|
||||
signupForm_id: number;
|
||||
answer: string;
|
||||
list_name: string;
|
||||
}
|
||||
|
||||
export async function getSignup(id: number): Promise<Signup> {
|
||||
|
||||
Reference in New Issue
Block a user