We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87e12ec commit b61f0f3Copy full SHA for b61f0f3
src/app/dashboard/settings/_components/GeneralForm.tsx
@@ -250,10 +250,7 @@ const GeneralForm: React.FC<Props> = ({ user }) => {
250
)}
251
/>
252
253
- <Button
254
- type="submit"
255
- disabled={mutation.isPending || !form.formState.isValid}
256
- >
+ <Button type="submit" disabled={mutation.isPending}>
257
{mutation.isPending && <Loader2 className="animate-spin" />}
258
{_t("Save")}
259
</Button>
0 commit comments