We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b50fbad commit 5f99feeCopy full SHA for 5f99fee
1 file changed
src/components/blocks/goal/GoalPlannerForm.tsx
@@ -196,7 +196,7 @@ export const GoalPlannerForm = ({ planner }: GoalPlannerFormProps) => {
196
<div className="flex justify-center pt-6">
197
<Button
198
type="submit"
199
- disabled={isLoading || !isYearsValid || isUserLoading}
+ disabled={isLoading || !isYearsValid}
200
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"
201
>
202
{isLoading ? (
0 commit comments