Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
How did this work for so long
  • Loading branch information
regalijan committed Nov 16, 2024
1 parent 5289530 commit b9b619f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/appeals.tsx
Expand Up @@ -237,7 +237,7 @@ export default function () {
<br />
<br />
<Button
disabled={pageProps.can_appeal}
disabled={!pageProps.can_appeal}
onClick={async () => await submit()}
loadingText="Submitting"
isLoading={loading}
Expand Down

0 comments on commit b9b619f

Please sign in to comment.