Oh yeah I forgot the other half
This commit is contained in:
@ -157,6 +157,8 @@ export default function (props: { isOpen: boolean; onClose: () => void }) {
|
||||
colorScheme="blue"
|
||||
ml="8px"
|
||||
onClick={async () => await submit()}
|
||||
isLoading={loading}
|
||||
loadingText="Submitting..."
|
||||
>
|
||||
Submit
|
||||
</Button>
|
||||
|
Reference in New Issue
Block a user