How did this work for so long
This commit is contained in:
@ -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}
|
||||
|
Reference in New Issue
Block a user