feat(WIP): 턴 선택기를 multiselect에서 modal form으로 변경

This commit is contained in:
2022-03-23 20:12:59 +09:00
parent f6c59ad1f5
commit 70401d9567
9 changed files with 521 additions and 440 deletions
+1 -1
View File
@@ -250,4 +250,4 @@ export type BettingInfo = {
closeYearMonth: number;
candidates: SelectItem[];
winner?: number[];
}
}