Skip to content

Commit 5f99fee

Browse files
committed
배포 중 오류 수정
1 parent b50fbad commit 5f99fee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/blocks/goal/GoalPlannerForm.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ export const GoalPlannerForm = ({ planner }: GoalPlannerFormProps) => {
196196
<div className="flex justify-center pt-6">
197197
<Button
198198
type="submit"
199-
disabled={isLoading || !isYearsValid || isUserLoading}
199+
disabled={isLoading || !isYearsValid}
200200
className="bg-[#0046ff] hover:bg-[#3DA5EE] text-white font-bold text-xl px-16 py-6 rounded-3xl shadow-lg transform transition-all hover:scale-105 disabled:opacity-50 disabled:cursor-not-allowed disabled:transform-none"
201201
>
202202
{isLoading ? (

0 commit comments

Comments
 (0)