fix(game-ui): 천통국 베팅 금액 초안을 유지
This commit is contained in:
@@ -274,7 +274,6 @@ const loadDetail = async (bettingId: number, resetSelection = true) => {
|
||||
detail.value = await bettingApi.getDetail.query({ bettingId });
|
||||
if (resetSelection) {
|
||||
selectedCandidates.value = [];
|
||||
amount.value = 0;
|
||||
}
|
||||
} catch (error) {
|
||||
errorMessage.value = getErrorMessage(error);
|
||||
|
||||
Reference in New Issue
Block a user