Le fixes
This commit is contained in:
@@ -79,6 +79,7 @@ export default function () {
|
||||
status: "success",
|
||||
title: "Game mod added",
|
||||
});
|
||||
onClose();
|
||||
}
|
||||
|
||||
setIdToAdd("");
|
||||
@@ -116,7 +117,7 @@ export default function () {
|
||||
</Tbody>
|
||||
</Table>
|
||||
</TableContainer>
|
||||
<Button alignSelf="end" onClick={onOpen} pt="16px">
|
||||
<Button alignSelf="end" mt="16px" onClick={onOpen}>
|
||||
Add
|
||||
</Button>
|
||||
<Modal isOpen={isOpen} onClose={onClose}>
|
||||
@@ -146,6 +147,7 @@ export default function () {
|
||||
<ModalFooter gap="8px">
|
||||
<Button
|
||||
onClick={() => {
|
||||
onClose();
|
||||
setIdToAdd("");
|
||||
setNameToAdd("");
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user