Fix: Fixed import errors in change-game-playtime.ts

This commit is contained in:
Moyasee
2025-09-17 12:41:41 +03:00
parent af1b3d4535
commit adc4af731e
2 changed files with 3 additions and 3 deletions

View File

@@ -73,7 +73,8 @@ export function ChangeGamePlaytimeModal({
onClose();
} catch (error) {
console.log(error);
onError?.(t("update_playtime_error")); } finally {
onError?.(t("update_playtime_error"));
} finally {
setIsSubmitting(false);
}
};