Commit 85a02bf2 authored by isstuev's avatar isstuev

temporary (hope so)

parent 6b68f2e3
......@@ -36,7 +36,14 @@ const DeleteModal: React.FC<Props> = ({ isOpen, onClose, onDelete, title, render
{ renderContent() }
</ModalBody>
<ModalFooter>
<Button variant="primary" size="lg" onClick={ onDeleteClick } isLoading={ pending }>
<Button
variant="primary"
size="lg"
onClick={ onDeleteClick }
isLoading={ pending }
// FIXME: chackra's button is disabled when isLoading
disabled={ false }
>
Delete
</Button>
</ModalFooter>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment