Remove list_name from API calls, use <ol> for listing signupees

This commit is contained in:
Aarni Halinen
2020-06-22 23:01:56 +03:00
parent 4aa6f93b57
commit e4249bde8c
4 changed files with 14 additions and 7 deletions
-1
View File
@@ -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> {